xsl-list
[Top] [All Lists]

Accessing a variable defined in the parent node

2003-11-20 06:15:03
Hi all...

If I have

<xsl:template match="direcciones">
  <xsl:param name="source" />
  <xsl:apply-templates select="ROWSET" />
</xsl:template>

<xsl:template match="direcciones/ROWSET">
  <!-- I want to access here "source" variable without the need of re-passing 
it as parameter -->
</xsl:template>

How can I do it?

Thanks
Jaime

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



<Prev in Thread] Current Thread [Next in Thread>