MXXMLWriter60 ignores encoding property
问题 I'm using a MXXMLWriter60 in combination with a SAXXMLReader60 to indent the output and add the correct encoding tag. The output content is indented but it seems like the encoding property is always ignored. Why? Input, loaded via DOMDocument60.Load(), looks like: <?xml version="1.0" encoding="iso-8859-15"?> Sourcecode: Private Sub SaveXmlAs(ByVal thisDOMDocument60 As DOMDocument60, ByVal thisEncoding As String, ByVal thisDestinationPath As String) ' Set properties on the XML writer -