PDA

View Full Version : parse xml string


Peter_Chea
05-28-2003, 11:35 AM
I have an xml string in memory. Is there a easy way of converting it to a dataset?

antun
05-28-2003, 01:01 PM
There is not unfortunately, but I have filed an enchancement request for that feature.

You can get the XML as a string back from the dataset using the toString() method.

Take care,

Antun