Java program and API to validate XML with different kind of grammars : XSD, DTD, RNG, RNC, Schematron, NVDL
To run the program, you need to :
- Clone the project
- Run mvn clean install
- Edit the configuration of your main class to add two arguments :
- The XML file path
- The schema file path
- Run the main class in your IDE
- Or you can also run the program in command line from the target directory :
java -jar .\target\xml-validator-1.00.00-SNAPSHOT-jar-with-dependencies.jar <xml_file_path> <schema_file_path>