XML has two main advantages: first, it offers a standard way of structuring data, and, second, we can specify the vocabulary the data uses. We can define the vocabulary (what elements and attributes ...
should it reject any XML file that has a different encoding? Situation: We have an XSD with encoding set to one value and we can validate XML files with different encodings successfully (our XSD has ...