1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03: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:
MST 2003 John Fleck 2003-03-25 14:05:17 +00:00 committed by John Fleck
parent 2032d294ac
commit da27174001
3 changed files with 19 additions and 1 deletions

View File

@ -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"

View File

@ -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

View File

@ -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>