资 源 简 介
Simple program for validation of xml document compliance with xsd schema.
Receives document file path and schema file path.
consists in a jar runnable file and works like this:
java -jar XmlValidator.jar DocumentPath.xml SchemaPath.xsd
Writes on the console "Valid!" if the documents is compliant with the schema, "Invalid." if it doesn"t,"Invalid Schema File or Path" and "Invalid Document File or Path" (self explained).