|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Referencing original root when using document func
Hi,
> <xsl:for-each select="document('')/*/par:paramfields/par:paramfield">
> <xsl:variable name="value" select="./@field"/>
> <xsl:apply-templates select="/traps/trap[@type=$value]"/>
> </xsl:for-each>
>
> However this doesn't work. How to I indicate in the Xpath
> expression, that I
> want to use my original document again ?
e.g. with a top-level variable
<xsl:variable name="root" select="/" />
and
<xsl:apply-templates select="$root/traps/trap[@type=$value]"/>
Cheers,
Jarno - Front Line Assembly: The Blade
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








