This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ### Outputting the "full path". Is this possible ?? ###


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]