RE: [xsl] Getting the XPath of a node

Subject: RE: [xsl] Getting the XPath of a node
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 4 Sep 2002 12:24:34 +0300
Hi,

> Is there any way to get the XPath of a particular
> element and attribute in match template???
> 
> Say if I have following XML:
> <Person id="12345">
>   <Name>Dennis</Name>
>   <Company>Netscape</Company>
>   <Address>Mountain View</Address>
>   <Email>dennis@xxxxxxxxxxxx</Email>
> </Person>
> 
> ----The XSL to print XPath---
> <xsl:template match="Company">
> //Print the XPath of Company as /Person/Company
> </xsl:template>
> More templates corresponding to each element.
> 
> How do I do this...any thoughts???

See http://xsltsl.sourceforge.net/

Cheers,

Jarno

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


Current Thread