[xsl] Re: Getting the XPath of a node

Subject: [xsl] Re: Getting the XPath of a node
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 4 Sep 2002 02:58:46 -0700 (PDT)
> Is there any way to get the XPath of a particular
> element and attribute in match template???


The following snippet shows how to build an XPath expression for every
type of node: element, root, text, comment, processing instruction,
attribute, namespace:

http://www.topxml.com/code/default.asp?p=3&id=v20010323001030

It also saves showing explicitly positional information for elements,
which are the only child of their parent, thus achieving better clarity
than what  the traditional solutions offer. 



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

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


Current Thread