Heh, hours of searching, and the minute after you post your question you find the answer... :)
var x = (new XMLSerializer()).serializeToString(xmlobject); On Jul 7, 11:26 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have received an XMLDocument object through an Ajax call and has > subsequently changed some of the nodes in the object. I now want to > convert it to a plain text string so I can pass it on as a parameter. > > Is there any way in jQuery to do this?