How is this XML being read? I assume that despite the XML header saying the encoding is utf-16, that data is already UTF-8 as a result of whatever read the data. I'm curious if you strip away the ...
I am having a problem .NET's System.Xml.XmlTextWriter object. Namely, there are extra characters in the Byte Order Mark (BOM) of the file after it is written.<BR><BR>Even tho I am specifying that the ...