12

I want to parse XML using jQuery. Is it possible to parse using XPath? Are there any functions for that in jQuery?

1 Answer 1

10

Not directly, but you can use jQuery selectors to achieve the same thing.

Previous versions (1.2) at: http://docs.jquery.com/DOM/Traversing/Selectors

Sign up to request clarification or add additional context in comments.

1 Comment

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...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.