1mdvalidator(1) General Commands Manual mdvalidator(1)
2
3
4
6 mdvalidator - Validate XML Documents against the ECMA Documentation
7 Schema
8
10 mdvalidator PROVIDER [FILES]+
11
13 mdvalidator is a program that validates the specified FILES against the
14 ECMA Documentation Schema.
15
16 The Schema also supports the index.xml and namespace-name.xml files
17 generated by monodocer , so all output produced by monodocer can be
18 validated.
19
21 The following providers are supported:
22
23 ecma Validate the input files against the ECMA Documentation Schema.
24
26 To validate the monodocer output stored within a directory (and all
27 ECMA documentation within all sub-directories, recursively), use:
28 mdvalidator ecma /path/to/ecma/docs
29
31 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for
32 details.
33
35 Visit http://www.mono-project.com for details
36
37
38
39 mdvalidator(1)