Simple XML Validator

Usage

To use this program, select a file using the Open... button or Open... menu, or just drag the file into the window. If all goes well, the window should display some statistics. Otherwise, it will show you a list of errors, as generated by the Xerces parser.

Acknowledgements

This tiny program was brought to you by Pieter Masereeuw (http://www.masereeuw.nl)

The Simple XML Validator is an adaptation of Counter.java sample program that comes with the Java Xerces parser (http://xerces.apache.org/xerces-j/).

For drag-and-drop, it uses the FileDrop package from http://iharder.sourceforge.net/current/java/filedrop.