1

What is the best starting point for parsing, filtering and sorting XML-data with jQuery, similar to XPath?

Background: I'm new to jQuery and searching for this topic resulted in hundreds of different plugins and tutorials. However, i couldn't find a solution in the jQuery-API for filtering and sorting. Now, i'm really confused about the many different workarounds for a function, which i thought would be a core part of the ajax library?!

So, could you please share your opinions: What is the best/standard way to go? Should i use a plugin; if so, which one?

Thanks in advance!

1 Answer 1

2

You are in luck no need to use any plugins the methods to do this are built in the library

These links provide a good explanation on how to use them

http://api.jquery.com/jQuery.parseJSON/

http://api.jquery.com/jQuery.parseXML/

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

Comments

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.