Another option for xml-compliant interlanguage data exchange is WDDX, which
can be found at http://www.openwddx.org.  Just download the SDK which
contains prebuilt objects/code/functions in addition to substantial
documentation for serializing and deserializing to and from most languages
that are in use today.  

Personally I like JSON because it's more compact, but that's just me ;)


Mark Gibson-8 wrote:
> 
> Jason Karns wrote:
>> I saw your toXML plugin and the thread where you were discussing its 
>> creation. I've run into a situation where I need to serialize the page 
>> to XML.  However, the majority of the page is form elements and I need 
>> the actual values of these elements serialized, and not the original 
>> HTML source.  Do you have any suggestions on where I might find a 
>> solution for this?
> 
> Have you tried the Forms plugin:
> 
> http://www.malsup.com/jquery/form/
> 
> Although it doesn't serialize to XML.
> 
> If you want your form values as XML, you'd have to decided on a
> meaningful schema for the XML, and probably have to build up a
> document fragment manually from form values and then use toXML
> to serialize it. If returning the data as XML is really that
> important then it's probably worth looking in to XForms instead.
> 
> FormFaces is a pure javascript XForms implementation:
> 
> http://www.formfaces.com/
> 
> - Mark.
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-jQuery-toXML-tf3326257.html#a9263850
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to