Sun Multi-Schema Validator https://msv.dev.java.net/
Go to file
2024-01-06 00:08:20 +01:00
java-msv-1.2-build_xmls.patch rebuilt with java-gcj-compat support [release 1.2-4mamba;Fri Mar 25 2011] 2024-01-06 00:08:20 +01:00
java-msv-1.2-disable-crimson.patch rebuilt with java-gcj-compat support [release 1.2-4mamba;Fri Mar 25 2011] 2024-01-06 00:08:20 +01:00
java-msv-1.2-jdk15.patch rebuilt with java-gcj-compat support [release 1.2-4mamba;Fri Mar 25 2011] 2024-01-06 00:08:20 +01:00
java-msv-1.2-noclasspathsinmanifests.patch rebuilt with java-gcj-compat support [release 1.2-4mamba;Fri Mar 25 2011] 2024-01-06 00:08:20 +01:00
java-msv.spec rebuilt with java-gcj-compat support [release 1.2-4mamba;Fri Mar 25 2011] 2024-01-06 00:08:20 +01:00
msv-1.2-20090226.svn.DateType.java rebuilt with java-gcj-compat support [release 1.2-4mamba;Fri Mar 25 2011] 2024-01-06 00:08:20 +01:00
README.md rebuilt with java-gcj-compat support [release 1.2-4mamba;Fri Mar 25 2011] 2024-01-06 00:08:20 +01:00

java-msv

The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1. This latest (version 1.2) release includes several bug fixes and adds better conformance to RELAX NG/W3C XML standards and JAXP masquerading.

This tool is:

  • A command line tool that can read XML documents and validate them against a schema (DTD/RELAX/TREX/W3C). If an error is found, error messages are provided.
  • A library that can be incorporated into Java applications as a validator.

See the included commandline.html file for details on how to use MSV from the command line. See the included developer.html file for details on how to use it as a library.