Hi,
I got the next problem:
I have a string, and that string contains XML
Example: "<XML></XML>"
Problem: I want to read the XML in the string into a dataset but i don 't want to save the string to a file first. The string i get from a dataset. And to write XML you can use dataset.getXML and put that in a string. Then write the string to a db. Then i get the string from the db and i would like to get it back in a dataset.
Thx L