Hi!

I'm writing a little FrontEnd where the user can add/remove/edit many
elements. When he is finished he should be able to save the whole
thing as XML. The source-XML is created by an php-backend and load via
ajax-call of jQuery.
Now I want to keep the whole communication between the backend and the
frontend in XML. This is why I want to write a XML-export-function.
Here I need to create an empty XML-object and populate this object
with XML-entities.

Is there a simple way to do this with jQuery? I didn't found anything
in the documentation. Only one plugin that enables me to parse a
string-variable as XML.

Thanks for reply

Greetings
huehnerhose

Reply via email to