doc/xmllint.xml doc/xmllint.1 update man page with --stream and

Mon Jan  6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>

	* doc/xmllint.xml
	* doc/xmllint.1
	update man page with --stream and --chkregister
This commit is contained in:
MST 2003 John Fleck 2003-01-07 03:54:25 +00:00 committed by John Fleck
parent 8326e73bc1
commit 7e54be15b5
3 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml
* doc/xmllint.1
update man page with --stream and --chkregister
Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
* globals.c: fixed --with-threads compile

View File

@ -30,8 +30,8 @@ xmllint \- command line XML tool
| \fB--sgml\fR | \fB--html\fR | \fB--push\fR | \fB--memory\fR | \fB--nowarning\fR
| \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] [\fBxmlfile\fR]
| \fB--loaddtd\fR | \fB--dtdattr\fR | \fB--dropdtd\fR | \fB--stream\fR
| \fB--chkregister\fR] [\fBxmlfile\fR]
.fi
.SH "INTRODUCTION"
@ -176,6 +176,14 @@ Fetch external DTD and populate the tree with inherited attributes.
\fB--dropdtd\fR
Remove DTD from output.
.TP
\fB--stream\fR
Use streaming API - useful for validation of files that are too large to be held in memory.
.TP
\fB--chkregister\fR
Turn on node registration. Useful for developeres testing libxml2 node tracking code.
.SH "SHELL"
.PP

View File

@ -74,6 +74,8 @@
<arg>--loaddtd</arg>
<arg>--dtdattr</arg>
<arg>--dropdtd</arg>
<arg>--stream</arg>
<arg>--chkregister</arg>
</group>
<arg><option><replaceable>xmlfile</replaceable></option></arg>
</cmdsynopsis>
@ -412,6 +414,20 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--stream</option></term>
<listitem>
<simpara>Use streaming API - useful for validation of files that are
too large to be held in memory.</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--chkregister</option></term>
<listitem>
<simpara>Turn on node registration. Useful for developeres testing
libxml2 node tracking code.</simpara>
</listitem>
</varlistentry>
</variablelist>
</refsect1>