0
Answer

dataset.writexml - xmlns:dt

Ask a question
barak kafri

barak kafri

18y
2.8k
1

I read an xml file into dataset with ReadXml method.
then i update the data on one of the datatables. next
I write the dataset to a file using
.WriteXml(strFilePath + strFilename,XmlWriteMode.IgnoreSchema)

The updated xml creat with the updated data but I get the xmlns:z="#RowsetSchema" in the node.

How can I get the updated xml without the xmlns ?