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.
|
docxmlvalid calls xmlstarlet to perform the validation. For more information see http://xmlstar.sourceforge.net/.
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)
This application was modified by