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

Subject: Re: ### Outputting the "full path". Is this possible ?? ###
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 25 May 2000 17:20:44 +0100 (BST)

<xsl:template match="*">
[<xsl:for-each select="(ancestor-or-self::*)">/<xsl:value-of 
  select="name(.)"/></xsl:for-each>]
<xsl:apply-templates/>
</xsl:template>


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


Current Thread