jQuery parseXML manipulating the DOM and retrieving the result

delvin

New Member
I'm having trouble doing/or knowing if what I'm trying to do is even possible, help?![*]I have some XML[*]I load it into a DOM object using the jQuery parseXML[*]I'm trying to manipulate the DOM via remove (working) and add or append (not working)[*]How do I get the XML back out of the DOM object?Many, many thanks...
 
Back
Top