hi, it's possible to parse an XML that is not serialized? my webapp creates and modifies an XML using functions like config.objects.modifyXML (I can see it in Firebug if apply console.dirxml(config.objects.modifyXML.doc) but it's not anywhere on the server as a file; I tried to use $.get(config.objects.modifyXML,{},function(xml) ... but complains about labeling in XML ( I suspect cannot find the XML as it's not serialized). I created a function to serialize it and no problem, just wanna know if it's possible without serializing. thanks! Pere -- View this message in context: http://www.nabble.com/parse-not-serialized-XML-tp20852080s27240p20852080.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.