JSFiddle - React, Tailwind, and code Playground

by Anton Chukanov

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>

JavaScript

var xml = '<xsd:get_customer_summary_response xmlns:xsd="http://com/acmeco/ovm/cas/xsd"><xsd:customer_details><typ:phone_number xmlns:typ="http://com/acmeco/ovm/cas/types">1.555.5553002</typ:phone_number><typ:timezone xsi:nil="true" xmlns:typ="http://com/acmeco/ovm/cas/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><typ:zipcode xmlns:typ="http://com/acmeco/ovm/cas/types">3002</typ:zipcode></xsd:customer_details></xsd:get_customer_summary_response>';

var xmlDoc = $.parseXML(xml);
console.log($(xmlDoc).find("zipcode").text());