SimpleXmlValidator
----------------------------
Freeware utility to validate XML and XSD files, using Apache Xerces C++ validation engine.

Main advantages compared to online validators:
- can validate with XSD inluding other multiple XSDs
- can validate files of any size: using SAX parser which is using streaming to process huge xml documents with low memory footprint
- can validate XSD schema itself

Usage:
-----------------------------------
Drag&Drop or browse for XSD file, then for XML file. Or select XML file directly, if it contains schemaLocation attribute.
You can validate multiple XML files once XSD file is selected.


