I\'m generating some xml files that needs to conform to an xsd file that was given to me. What\'s the best way to verify they conform?
We build our project using ant, so we can use the schemavalidate task to check our config files:
Now naughty config files will fail our build!
http://ant.apache.org/manual/Tasks/schemavalidate.html