Re: [xmljs-users] Xpath Searches
Brought to you by:
djoham,
witchhunter
From: David J. <dj...@ya...> - 2004-02-16 17:09:57
|
Hi Chandan, Currently, XPath isn't supported by the w3c parser. I'm working on a rather limited XPath solution at the moment that I hope to release sometime in the April timeframe. It will be similar in functionality to the tagPath searching for the classic DOM. Best regards, David --- Chandan Kumar <cha...@bl...> wrote: > 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 > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > xmljs-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmljs-users __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html |