mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
*doc/xmllint.xml, xmllint.1 - document --dropdtd
Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net> *doc/xmllint.xml, xmllint.1 - document --dropdtd
This commit is contained in:
parent
29e4399d11
commit
2323ac2460
@ -1,3 +1,7 @@
|
||||
Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
*doc/xmllint.xml, xmllint.1 - document --dropdtd
|
||||
|
||||
Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* valid.c: fix the xmlStrdup() used in the previous patch.
|
||||
|
@ -21,7 +21,7 @@
|
||||
.SH NAME
|
||||
xmllint \- command line XML tool
|
||||
.SH "SYNOPSIS"
|
||||
\fBxmllint\fR [\fB--version\fR | \fB--debug\fR | \fB--shell\fR | \fB--debugent\fR | \fB--copy\fR | \fB--recover\fR | \fB--noent\fR | \fB--noout\fR | \fB--htmlout\fR | \fB--nowrap\fR | \fB--valid\fR | \fB--postvalid\fR | \fB--dtdvalid \fIURL\fR \fR | \fB--timing\fR | \fB--repeat\fR | \fB--insert\fR | \fB--compress\fR | \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\fIxmlfile\fR\fR]
|
||||
\fBxmllint\fR [\fB--version\fR | \fB--debug\fR | \fB--shell\fR | \fB--debugent\fR | \fB--copy\fR | \fB--recover\fR | \fB--noent\fR | \fB--noout\fR | \fB--htmlout\fR | \fB--nowrap\fR | \fB--valid\fR | \fB--postvalid\fR | \fB--dtdvalid \fIURL\fR \fR | \fB--timing\fR | \fB--repeat\fR | \fB--insert\fR | \fB--compress\fR | \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] [\fB\fIxmlfile\fR\fR]
|
||||
.SH "INTRODUCTION"
|
||||
|
||||
.PP
|
||||
@ -192,6 +192,11 @@ Fetch external DTD.
|
||||
|
||||
Fetch external DTD and populate the tree with inherited attributes.
|
||||
|
||||
.TP
|
||||
\fB--dropdtd\fR
|
||||
|
||||
Remove DTD from output.
|
||||
|
||||
.SH "SHELL"
|
||||
|
||||
.PP
|
||||
|
@ -73,6 +73,7 @@
|
||||
<arg>--xinclude</arg>
|
||||
<arg>--loaddtd</arg>
|
||||
<arg>--dtdattr</arg>
|
||||
<arg>--dropdtd</arg>
|
||||
</group>
|
||||
<arg><option><replaceable>xmlfile</replaceable></option></arg>
|
||||
</cmdsynopsis>
|
||||
@ -403,7 +404,14 @@
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--dropdtd</option></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Remove <acronym>DTD</acronym> from output.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
@ -546,7 +554,7 @@
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Loading…
Reference in New Issue
Block a user