jQuery jQuery.parseXML()
Learn all about the jQuery function jQuery.parseXML().
jQuery.parseXML
uses the native parsing function of the browser to create a valid XML Document. This document can then be passed to jQuery
to create a typical jQuery object that can be traversed and manipulated.