DataSet.WriteXML Problem
Hello all,
I'm trying to use a typed DataSet to read and write an XML file for permanent data storage. The file goes through a transform to convert it into a more "database-friendly" (read: normalized) format. I've just added a record and saved it - the record was added at the bottom of the XML file, even though the schema says it's not supposed to go there (and of course screws up the transformation). How do I get the DataSet to automatically place new elements with other similar ones?
Thanks
Jim Stanley
Media Services, Inc.
|