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/

Reply via email to