1
votes

Can XML schema encoded in UTF-8 validate some xml that is encoded in ISO-8859-2 or encoding must be the same ?

schema:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:....

data:

<?xml version="1.0" encoding="ISO-8859-2"?>
<data>...
1

1 Answers

1
votes

The schema and document encodings are entirely independent.