Package apps.jmrit

Class XmlFileValidateRunner

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

Make sure an XML file is readable, and validates OK against its schema and DTD.

Intended to be run from the command line with e.g. ./runtest.csh jmri/jmrit/XmlFileValidateRunner foo.xml in which case if there's a filename argument, it checks that directly, otherwise it pops a file selection dialog. (The dialog form has to be manually canceled when done)

See Also: