Menu

#206 XML tools got problems with national encodings

open
nobody
None
5
2012-10-08
2012-10-08
NMO
No

Basically, when an XML file has a declaration like this:
<?xml version="1.0" encoding="windows-1251"?>
(Note the specific encoding) one can neither perform validation against xsd nor anything else. I have to use a workaround - I just remove the XML declaration then perform necessary operations (validation or pretty printing) and then paste the declaration back, but this is a bit cumbersome, especially if you have to work with tons of XML files. Is there a way to fix this?

Discussion


Log in to post a comment.