xsl-list
[Top] [All Lists]

RE: Referencing original root when using document function

2003-04-01 04:40:12
Hi,

<xsl:for-each select="document('')/*/par:paramfields/par:paramfield">
      <xsl:variable name="value" select="./@field"/>
      <xsl:apply-templates select="/traps/trap[(_at_)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[(_at_)type=$value]"/>

Cheers,

Jarno - Front Line Assembly: The Blade

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list