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

**URL:** https://forum.kirupa.com/t/except-c-and-php-can-we-parse-xml-with-jquery-at-client-side/639518
**Category:** programming
**Created:** [March 18, 2019, 11:41am UTC](https://forum.kirupa.com/t/except-c-and-php-can-we-parse-xml-with-jquery-at-client-side/639518 "2019-03-18T11:41:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ndfd2008](https://avatars.discourse-cdn.com/v4/letter/n/c68b51/32.png) [@ndfd2008](https://forum.kirupa.com/u/ndfd2008)
#### Post date: [March 18, 2019, 11:41am UTC](https://forum.kirupa.com/t/except-c-and-php-can-we-parse-xml-with-jquery-at-client-side/639518/1 "2019-03-18T11:41:16Z")

</div>

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

---

<div class="post-metadata">

### Author: ![kirupa](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kirupa/32/11616_2.png) [@kirupa](https://forum.kirupa.com/u/kirupa)
#### Post date: [March 18, 2019, 6:03pm UTC](https://forum.kirupa.com/t/except-c-and-php-can-we-parse-xml-with-jquery-at-client-side/639518/2 "2019-03-18T18:03:45Z")

</div>

Totally! DOMParser is your friend: **[https://developer.mozilla.org/en-US/docs/Web/Guide/Parsing\_and\_serializing\_XML](https://developer.mozilla.org/en-US/docs/Web/Guide/Parsing_and_serializing_XML)**

🙂

---

<div class="post-metadata">

### Author: ![Wayne](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/wayne/32/16501_2.png) [@Wayne](https://forum.kirupa.com/u/Wayne)
#### Post date: [March 19, 2019, 11:36am UTC](https://forum.kirupa.com/t/except-c-and-php-can-we-parse-xml-with-jquery-at-client-side/639518/3 "2019-03-19T11:36:51Z")

</div>

[http://npmjs.com](http://npmjs.com) has plenty og goodies for you.

---

<div class="post-metadata">

### Author: ![kellyd](https://avatars.discourse-cdn.com/v4/letter/k/8e7dd6/32.png) [@kellyd](https://forum.kirupa.com/u/kellyd)
#### Post date: [March 21, 2019, 12:01pm UTC](https://forum.kirupa.com/t/except-c-and-php-can-we-parse-xml-with-jquery-at-client-side/639518/4 "2019-03-21T12:01:23Z")

</div>

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

Cheer!  
Kelly
