[xmljs-users] Xpath Searches
Brought to you by:
djoham,
witchhunter
From: Chandan K. <cha...@bl...> - 2004-02-16 11:42:59
|
Hi, Can we do XPath searches in the W3C version of the XML Parser. I have the following XML - <root> <tagName1> <text>1</text> <tagName2> <text>1</text> <tagName3> <text>1</text> </tagName3> </tabName2> </tagName1> </root> I want to make an XPath expression search for //tagName1//tagName2//tagName3 Could you please suggest, how can I make the search if I have a w3cDOM implementation. Thanks and regards, Chandan |