M
Mike
Hi,
When using the following code:
doc.PreserveWhitespace = true;
doc.Save(fileName);
where doc is a variable of type "XmlDocument", the XML file is saved with the correct information by the indentation is not kept. Any idea why?
Also, the first character of the XML file is "". Any idea why?
Thanks so much.
Mike
When using the following code:
doc.PreserveWhitespace = true;
doc.Save(fileName);
where doc is a variable of type "XmlDocument", the XML file is saved with the correct information by the indentation is not kept. Any idea why?
Also, the first character of the XML file is "". Any idea why?
Thanks so much.
Mike