Form Data via XML String

Hello,

is there any possibility to set the Data in a form using an XML String?

The structure is already built, it’s just the data I need.
loading from a static XML file works flawlessly, but storing an XML file on the client is not an option.

Thank you in advance for your help!

Siggi

Hello
Here is a sample with for your question:
dhtmlx.com/docs/products/dht … tring.html

loadStructString loads an XML String containing the structure, if I am not mistaken.

I need to load the string just with the data, no structure.

I think this link will help you:
dhtmlx.com/docs/products/dht … _load.html

Thank you for your reply.

Actually, this dos not help me. I need to load the xml string, not a url returning the string.

The string has valid formatting, as I have tested with a local xml file.

If I try to load() the String, he tries to open the String as an Url, which gloriously fails.

So what I am looking for is a loadStructString(), only without the Structure.

So, parse you XML manually and call setFormData()