mdoc validate - Validate XML documents against a schema
SYNOPSIS
mdoc validate
[OPTIONS]*
PATHS+
DESCRIPTION
mdoc validate validates the specified PATHS against a specified
format schema.
OPTIONS
--format=FORMAT
The documentation format to validate PATHS against. Supported formats
include: ecma.
See the FORMATS section below for more information about these formats.
The default format (if none is specified) is ecma.
-h, -?, --help
Display a help message and exit.
FORMATS
The following documentation formats are supported:
ecma
The Mono ECMA Documentation Format validates all output generated by
mdoc-update(1) against an XML schema, including the index.xml,
ns-*.xml, and NamespaceName/TypeName.xml files.