Next in thread →
Next in month →
RE: [docbook-apps] XSLT/XPath question
> -----Original Message-----
> From: Jeroen Alblas [mailto:]
>
> I've created an XSLT variable using a select:
> <xsl:variable name="x" select="/somenode"/>
>
> Say this 'somenode' looks like this:
> somenode/one/two/three
>
> Now I want to combine the variable with some Xpath expression:
> <xsl:apply-templates select="$x/somenode/one/*/two" />
>
> Is this possible? It's doens't work like this anyway...
>
Does it work like this?:
<xsl:apply-templates select="${x}/somenode/one/*/two" />
Kind regards
Gisbert Amm
http://web.de/
Next in thread →
Next in month →