> There is Object.toXML(), can be found here: > http://jquery.com/dev/svn/jquery/build/js/xml.js Not really something > special by jQuery, but should do the job.
Well, it is sort of specific to jQuery, because I wrote it ;-) With that being said, I wouldn't trust that code any more than I could throw it. It works for us, using the server-side Rhino code, doesn't generate any errors - but I wouldn't recommend using it in any other case (at least not yet). If you're just doing browser-based XML generation, then the afformentioned XMLSerialize technique should fit nicely. My only recommendation is to name it .toXML() instead of just .xml(). --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
