News

In an earlier blog entry , I wrote about using Trang to generate XML Schema from an XML source document.
It's not mandatory but you can always create a schema definition file known as a XSD file to validate the XML file against a particular schema. By doing so, this enforces the XML to meet certain ...
Alright. I have a fun problem (or not so fun).I have a set of XML Schema Definitions (XSD) files. They are big (the largest is 877 KB...). They are way too large to be doing this manually. Plus ...
We have an XSD with encoding set to one value and we can validate XML files with different encodings successfully (our XSD has encoding utf-8 and various input XML files have utf-8, windows-1252 ...