[jQuery] How to create XML
Hi All
I need to create XML, for example, this is (simplified) what I have to
do:
var x = jQuery.makeXML('<myXML><version>8.1</version></myXML>) ; //
this line is my problem!!
console.log("Version = %s", $('version', x).text() ) ;
Is this possible and what is the best way to do this ?
cheers