2 .\" mdoc validate manual page.
3 .\" (C) 2008 Novell, Inc.
5 .\" Jonathan Pryor (jpryor@novell.com)
7 .de Sp \" Vertical space (when we can't use .PP)
13 mdoc validate \- Validate XML documents against a schema
19 \fBmdoc validate\fR validates the specified \fIPATHS\fR against a specified
23 \fB\-\-format\fR=\fIFORMAT\fR
24 The documentation format to validate \fIPATHS\fR against. Supported formats
27 See the \fIFORMATS\fR section below for more information about these formats.
29 The default format (if none is specified) is \fIecma\fR.
31 \fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR
32 Display a help message and exit.
34 The following documentation formats are supported:
36 The \fIMono ECMA Documentation Format\fR validates all output generated by
37 \fBmdoc-update\fR(1) against an XML schema, including the \fIindex.xml\fR,
38 \fIns-*.xml\fR, and \fINamespaceName/TypeName.xml\fR files.
40 See \fBmdoc\fR(5) for details about this file format.
42 To validate the \fBmdoc-update\fR(1) output stored within a directory (and all
43 documentation within that directory, recursively), use:
46 mdoc validate /path/to/ecma/docs
52 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
54 Visit http://www.mono-project.com/docs/tools+libraries/tools/mdoc/ for details