Converting a DataSet into a XML string

  • Thread starter Thread starter Fabiano
  • Start date Start date
F

Fabiano

Pls,

how can i convert a dataset into a XML string. I don't want to save the XML
on disk, just get the xml string directly in memory.

tks in adv.

Fabiano
 
Hi Fabiano,

There are ds.writeXML(path, optional schema and constrain options)
and
ds.getXML gives the dataset as a string withouth dataset information.

I hope this helps,

Cor
 
Back
Top