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 has been obsoleted by mdoc(1). See the mdoc-validate(1)
14 man page.
15
16 mdvalidator is a program that validates the specified FILES against the
17 ECMA Documentation Schema.
18
19 The Schema also supports the index.xml and namespace-name.xml files
20 generated by monodocer , so all output produced by monodocer can be
21 validated.
22
24 The following providers are supported:
25
26 ecma Validate the input files against the ECMA Documentation Schema.
27
29 To validate the monodocer output stored within a directory (and all
30 ECMA documentation within all sub-directories, recursively), use:
31 mdvalidator ecma /path/to/ecma/docs
32
34 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for
35 details.
36
38 Visit http://www.mono-project.com for details
39
40
41
42 mdvalidator(1)