The encoding in your XML and XSD (or DTD) are different.XML file header: <?xml version='1.0' encoding='utf-8'?>XSD file header: <?xml version='1.0' encoding='utf-16'?> Another possible scenario that ...
-
April 7, 2022
- 0 Comments