Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-08 Thread Antonio Collins
, October 05, 2006 8:20 PM To: jQuery Discussion. Subject: Re: [jQuery] New plugin: toXML (XML serializer) Tony - It's not, necessarily, implied that this plugin will return valid XML for an entire XML Document - instead, it's returning valid XML for an XML Document Fragment - which is perfectly ok. I

Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-06 Thread Mathias Bank
The project has moved to sourceforge: http://innerdom.sourceforge.net/ I think, this work can improve your plugin. Mathias 2006/10/5, Mathias Bank [EMAIL PROTECTED]: Oh, that's interesting. Perhaps this page will help you: http://simon-kuehn.de/projekte_innerdom.html (via

[jQuery] New plugin: toXML (XML serializer)

2006-10-05 Thread Mark Gibson
Hi, I've submitted the XML serializer plugin to the wiki: http://jquery.com/docs/Plugins/toXML/ - Mark Gibson ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-05 Thread Mathias Bank
Oh, that's interesting. Perhaps this page will help you: http://simon-kuehn.de/projekte_innerdom.html (via http://www.strohhalm.org/forum/index.php?action=viewTopictopic=1516) Mathias 2006/10/5, Mark Gibson [EMAIL PROTECTED]: Hi, I've submitted the XML serializer plugin to the wiki:

Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-05 Thread Christof Donat
Hi, I've submitted the XML serializer plugin to the wiki: http://jquery.com/docs/Plugins/toXML/ Since Trac doesn't have a possibility to discuss such things before editing the Webpage I'd like to post two other Variants here for discussion: Simulate XMLSerializer globally and use it always

Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-05 Thread Mark Gibson
Christof Donat wrote: Simulate XMLSerializer globally and use it always - change the serialization function on first call to distinguish between IE and others. [snip] I admit, that the two suggestions might not be to easy to understand. I like to play with functions as values :-) At least

Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-05 Thread Christof Donat
Hi, The thing is, the main use case for a toXML() call is to send XML data via an ajax request. Well, I could imagine that there may be other usecases as well, like doing search and replace operations on the string representation of a XML which is reparsed afterwards. It was just a joke, but

Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-05 Thread Antonio Collins
, 2006 10:02 AM To: jQuery Discussion. Subject: Re: [jQuery] New plugin: toXML (XML serializer) Hi, The thing is, the main use case for a toXML() call is to send XML data via an ajax request. Well, I could imagine that there may be other usecases as well, like doing search and replace

Re: [jQuery] New plugin: toXML (XML serializer)

2006-10-05 Thread John Resig
: [jQuery] New plugin: toXML (XML serializer) Hi, The thing is, the main use case for a toXML() call is to send XML data via an ajax request. Well, I could imagine that there may be other usecases as well, like doing search and replace operations on the string representation of a XML which