Converting a DataSet into a XML string

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
 
C

Cor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top