Why when using Dataset.WriteXml("C:\somefile.xml") is there a xml declaration
added to the top of the xml document created. However, when using
Dataset.WriteXml(StreamWriter) there is no xml declaration? The same dataset
is used in both WriteXml.