Skip to content

Commit

Permalink
add MSV (Multi Schema Validator) to tools, add ToC #2579
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Sep 24, 2015
1 parent 5897f3c commit 6a9de9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/sphinx-guides/source/developers/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Tools

These are handy tools for your :doc:`/developers/dev-environment/`.

.. contents:: :local:

Netbeans Connector Chrome Extension
+++++++++++++++++++++++++++++++++++

Expand Down Expand Up @@ -54,3 +56,15 @@ Please note that before running ``vagrant up`` for the first time,
you'll need to ensure that required software (GlassFish, Solr, etc.)
is available within Vagrant. If you type ``cd downloads`` and
``./download.sh`` the software should be properly downloaded.

MSV
+++

`MSV (Multi Schema Validator) <http://msv.java.net>`_ can be used from the command line to validate an XML document against a schema. Download the latest version from https://java.net/downloads/msv/releases/ (msv.20090415.zip as of this writing), extract it, and run it like this:

.. code-block:: bash
$ java -jar /tmp/msv-20090415/msv.jar Version2-0.xsd ddi.xml
start parsing a grammar.
validating ddi.xml
the document is valid.

0 comments on commit 6a9de9c

Please sign in to comment.