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]
Other format: [Raw text]

Re: Getting the XPath of a node


> 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


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