tags:

views:

1743

answers:

1

I want to parse an XML using jquery. Is it possible to parse using XPath. is there any functions for that in jquery??

+1  A: 

http://docs.jquery.com/DOM/Traversing/Selectors

gargantaun
Moved to http://docs.jquery.com/Selectors
Rafe Lavelle
Note that XPath selectors were made deprecated in jQuery 1.2 and have been removed altogether in 1.3. But one can still 'translate' your XPath selector to a CSS selector...
Raybiez