What is the jQuery alternative to the following JavaScript code?
var xmlobject = (new DOMParser()).parseFromString(xmlstring, \"text/xml\");
Take a look at these plugins:
xmlDOM - http://plugins.jquery.com/project/XmlDOM jParse - http://jparse.kylerush.net/