On 02/10/06, Mark Gibson <[EMAIL PROTECTED]> wrote: > Hello, > I've search high and low, but can't find a method of serializing XML > with jQuery. Have I missed something, or should I start writing a > new plugin? ($.fn.serializeXML) > > I know that firefox has XMLSerializer(), any ideas for IE, Safari, > Opera? Maybe just a hand coded JS serializing routine? > > - Mark Gibson
I don't think there is any way of serializing XML in jQuery without resorting to a plugin (I don't know of any plugins that can do this). I think a multi-purpose serializer would be good: JS Object <--> XML <--> JSON <--> JS Object _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
