Subject: Re: ### Outputting the "full path". Is this possible ?? ###
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 26 May 2000 14:56:23 +0100 (BST)
|
> as that I want to pass this "path" to the
> output as value to an attribute such as:
<xsl:variable name="x">
<xsl:for-each select="(ancestor-or-self::*)">/<xsl:value-of
select="name(.)"/></xsl:for-each>
<xsl:value-of select="."/>
</xsl:variable>
<input type="hidden" name="{$x}" value="{.}"/>
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|