docxmlvalid

Function

Description

docxmlwell reads an XML file and checks it for well-formedness. It also validates it against either a supplied DTD, XSD schema or Relax-NG schema. An informative message about the well-formedness and validity is written to screen. A report file is written containing any errors that were detected during validation.

Usage

Command line arguments


Input file format

Output file format

Data files

Notes

docxmlvalid calls xmlstarlet to perform the validation. For more information see http://xmlstar.sourceforge.net/.

References

Warnings

docxmlvalid calls xmlstarlet which itself relies no the libxml library. XML Schemas are not fully supported due to its incomplete support in libxml (see http://xmlsoft.org)

Diagnostic Error Messages

None.

Exit status

It exits with a status of 0.

Known bugs

None.

Author(s)

This application was modified by

History

Target users

Comments