W
Werner Rudolf
Hello,
this simple example below is working w/ Cocoon:
URL: http://localhost:8888/c2/systems.html?xpa=Active
XSL: <xsl:for-each select="/systems/system[status=$xpa]">
For a simple application, it would be very usefull, if I could pass full
XPATH expressions with the URL to gain better flexibility for queries.
Something like:
URL:
http://localhost:8888/c2/systems.html?xpa=/systems/system[status=Active]
XSL: <xsl:for-each select="$xpa">
I just couldn't get this running.
Passing parameters is not standard XSL, I know, but it seems to be
rather a XSL issue than an Cocoon issue, isn't it?
Many thanks and best regards,
Werner
this simple example below is working w/ Cocoon:
URL: http://localhost:8888/c2/systems.html?xpa=Active
XSL: <xsl:for-each select="/systems/system[status=$xpa]">
For a simple application, it would be very usefull, if I could pass full
XPATH expressions with the URL to gain better flexibility for queries.
Something like:
URL:
http://localhost:8888/c2/systems.html?xpa=/systems/system[status=Active]
XSL: <xsl:for-each select="$xpa">
I just couldn't get this running.
Passing parameters is not standard XSL, I know, but it seems to be
rather a XSL issue than an Cocoon issue, isn't it?
Many thanks and best regards,
Werner