Jing for Win32

Copyright © 2001, 2002 Thai Open Source Software Center Ltd

See the file copying.html for copying permission.

Version 20030619

The file jing.exe is the Jing RELAX NG validator packaged as a Win32 executable for use with the Microsoft Java VM. Unfortunately, Microsoft no longer makes this available for download. However, if you already have this installed, you can get updates by using Windows Update.

To use this, simply copy jing.exe to a directory in your path and run the command:

jing file.rng file.xml

If file.rng is a correct schema and file.xml is valid with respect to file.rng, then Jing will generate no output. Otherwise, it will generate one or more error messages.

For more information about the features provided by Jing, see this document.

This product includes software developed by the Apache Software Foundation (http://www.apache.org/). Specifically, it uses Crimson version 1.1.3 as its XML parser and uses an implementation of regular expressions from Xerces2. These are subject to the Apache Software License.