mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
doc/xmllint.xml doc/xmllint.1 update xmllint man page with --relaxng
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net> * doc/xmllint.xml * doc/xmllint.1 update xmllint man page with --relaxng option
This commit is contained in:
parent
2032d294ac
commit
da27174001
@ -1,3 +1,9 @@
|
||||
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
* doc/xmllint.xml
|
||||
* doc/xmllint.1
|
||||
update xmllint man page with --relaxng option
|
||||
|
||||
Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* python/setup.py.in : was missing "drv_libxml2.py"
|
||||
|
@ -31,7 +31,7 @@ xmllint \- command line XML tool
|
||||
| \fB--noblanks\fR | \fB--format\fR | \fB--testIO\fR | \fB--encode \fIencoding\fR\fR
|
||||
| \fB--catalogs\fR | \fB--nocatalogs\fR | \fB--auto\fR | \fB--xinclude\fR
|
||||
| \fB--loaddtd\fR | \fB--dtdattr\fR | \fB--dropdtd\fR | \fB--stream\fR
|
||||
| \fB--chkregister\fR] [\fB\fIxmlfile\fR\fR]
|
||||
| \fB--chkregister\fR | \fB--relaxng\fR] [\fB\fIxmlfile\fR\fR]
|
||||
.fi
|
||||
|
||||
.SH "INTRODUCTION"
|
||||
@ -184,6 +184,10 @@ Use streaming API - useful for validation of files that are too large to be held
|
||||
\fB--chkregister\fR
|
||||
Turn on node registration\&. Useful for developeres testing libxml2 node tracking code\&.
|
||||
|
||||
.TP
|
||||
\fB--relaxng\fR \fIschema\fR
|
||||
Use RelaxNG file named \fIschema\fR for validation\&.
|
||||
|
||||
.SH "SHELL"
|
||||
|
||||
.PP
|
||||
|
@ -76,6 +76,7 @@
|
||||
<arg>--dropdtd</arg>
|
||||
<arg>--stream</arg>
|
||||
<arg>--chkregister</arg>
|
||||
<arg>--relaxng</arg>
|
||||
</group>
|
||||
<arg><option><replaceable>xmlfile</replaceable></option></arg>
|
||||
</cmdsynopsis>
|
||||
@ -430,6 +431,13 @@
|
||||
libxml2 node tracking code.</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--relaxng</option> <replaceable>schema</replaceable></term>
|
||||
<listitem>
|
||||
<simpara>Use RelaxNG file named <replaceable>schema</replaceable> for
|
||||
validation.</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user