what's the best way to parse xml response in AJAX

Viewed 48389

I have a server that response the request with XML, I want to parse it in the javascript. I really like the actionscript xml parser that is really easy for me to use. I am wandering is there a very easy/straightforward way to parse the XML I fetched from server?

The ideal usage should be:

fetchXML new XMLParser. parser.parse access the document.

btw I plan to use jquery.

2 Answers
Related