|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Parent Child DataSet to XML?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. |
|||||||||||||||||||||||