Purpose

Small QT-app using the QT3 DOM loader to check the well-formedness of an XML file.

I needed this for the XMLTV converter to see which files exactly can be processed by MythTV's filldatabase.

Requirements

Usage

Takes exactly one commandline argument, the XML file to be checked. Returns exit code In both error cases, an error msg will be written to stdout (not stderr).

Compilation

  1. Install QT3 dev tools
  2. Possibly set QTDIR
  3. Run make

Download

Version 1.0

MIT-License