Hi, Is it possible to get XPath string from root to node? For example: I have XML: <root> <a/> <b/> </root> And XSL: <xsl:for-each select="/root"> <xsl:value-of select="getXPath(.)"/> </xsl:for-each> And I want a result like: /root/a /root/b
Thanks, Jenya __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
