[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] XSLT/XPath question
> -----Original Message-----
> From: Jeroen Alblas [mailto:jeroena@infosupport.com]
>
> 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/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]