XML Validator:
Instruction for using this application:
- Download the application jar to your local machine.
- Make sure your java environmental variables are set properly, this application is compiled with JAVA 1.8.
- Run the java application using "java -jar XmlValidator.jar" in the command line.
- Enter the directory where the xmls are present.
- Enter the file path where the schema(.xsd) file is present.
- Click submit button once 4th and 5th steps are complete.
- For running this application with Windows scripts(.bat), put the jar aplication and the bat file in the same directory, run XmlValidator.bat script.
Refer to screenshots for further clarifications.
- Starting page
- Success page
Thanks!!