Parsing XML in javascript without a browser-specific xml parser?

Mus1cc

New Member
I'm building a mobile app with PhoneGap. I'm not a very experienced web developer, and I just successfully made my first ever (!) XMLHttpRequest to a remote server and retrieved an XML document, all from an iPod. But now I have to parse the XML with JavaScript, and I've never done this before. Obviously browser specific parsers are out of the question, as this isn't happening in a browser. Another suggestion I saw was to use JQuery, but I'm wondering if there are any other methods which may be more straightforward or preferable in some other way I hadn't thought of.Suggestions?
 
Back
Top