Home All Groups Group Topic Archive Search About

Parent Child DataSet to XML?

Author
31 Mar 2006 8:04 PM
xenophon
I have a DataSet with two DataTables in a simple parent/child
relationship. No DataRelation is in the DataSet. The DataSet is
serialized to an (XMLized) string. I need to convert it to an XML
document that looks like this
<parent attrib="" attrib2="" etc>
    <child childattrib="" childattrib2="" etc/>
</parent>

What is the cleanest way to do that?

Thanks.

AddThis Social Bookmark Button