[Home] [By Thread] [By Date] [Recent Entries]
Philip Vallone wrote:
I have a xpath expression that searches a xml file for the word 'faa'. Using pure xpath 1.0, I want to be able to search each section element that has the word 'faa' in the name attribute. I want to return the @name of the ancestor chapter/@name for each section. I don't think so, XPath 1.0 gives you a set of nodes where duplicates are eliminated so you don't get the result you want, namely a list with the same "name" attribute node of the same "chapter" element contained twice. -- Martin Honnen --- MVP Data Platform Development http://msmvps.com/blogs/martin_honnen/
|

Cart



