Except C# and PHP, can we parse xml with jquery at client side?

Hi guys, is there any code or help available which I can use to parse an xml data at client side by using java script or jquery?
Thank you

Totally! DOMParser is your friend: https://developer.mozilla.org/en-US/docs/Web/Guide/Parsing_and_serializing_XML

:slight_smile:

http://npmjs.com has plenty og goodies for you.

Hey there, yes you can use jquery to parse your xml data by using DomParser and objXMLHttpRequest with XMLHttpRequest.

Cheer!
Kelly