sde
Well-known member
When I call DataSet.WriteXml(), it writes the file, but the first 3 characters are cut off.
example:
it is correct before i read the xml, but when it goes to write the xml, it cuts <co off the root node. any ideas why this might be happening?
example:
Code:
nfigs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<config></config>
</cofigs>
it is correct before i read the xml, but when it goes to write the xml, it cuts <co off the root node. any ideas why this might be happening?