diff options
author | MDT 2002 John Fleck <jfleck@inkstain.net> | 2002-09-14 22:13:04 +0000 |
---|---|---|
committer | John Fleck <jfleck@src.gnome.org> | 2002-09-14 22:13:04 +0000 |
commit | 80365bb588ac90bae70ed48bde0b99c1a84a9ea4 (patch) | |
tree | 6076617717ec7b977c2c53d9b17090778552e83d /doc/xsltproc.1 | |
parent | aeae0771d1057881b79d681e387f26ed037ece1b (diff) | |
download | libxslt-80365bb588ac90bae70ed48bde0b99c1a84a9ea4.tar.gz libxslt-80365bb588ac90bae70ed48bde0b99c1a84a9ea4.tar.bz2 libxslt-80365bb588ac90bae70ed48bde0b99c1a84a9ea4.zip |
doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc2.html Fixing erroneous
Sat Sep 14 16:10:21 MDT 2002 John Fleck <jfleck@inkstain.net>
* doc/xsltproc.xml
* doc/xsltproc.1
* doc/xsltproc2.html
Fixing erroneous mention of old --warnnet option (thanks to Jean
T. Anderson for pointing this out)
Diffstat (limited to 'doc/xsltproc.1')
-rw-r--r-- | doc/xsltproc.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/xsltproc.1 b/doc/xsltproc.1 index 904d63ef..71e12cea 100644 --- a/doc/xsltproc.1 +++ b/doc/xsltproc.1 @@ -26,9 +26,9 @@ xsltproc \- command line xslt processor \fBxsltproc\fR [\fB-V\fR | \fB-v\fR | \fB-o \fIfile\fR\fR | \fB--timing\fR | \fB--repeat\fR | \fB--debug\fR | \fB--novalid\fR | \fB--noout\fR | \fB--maxdepth \fIval\fR\fR | \fB--html\fR | \fB--docbook\fR | \fB--param \fIname\fR \fIvalue\fR\fR - | \fB--stringparam \fIname\fR \fIvalue\fR\fR | \fB--nonet\fR | \fB--warnnet\fR - | \fB--catalogs\fR | \fB--xinclude\fR | \fB--profile\fR | \fB--dumpextensions\fR] - [\fBstylesheet\fR] [\fIfile1\fR] [\fIfile2\fR] [\fI....\fR] + | \fB--stringparam \fIname\fR \fIvalue\fR\fR | \fB--nonet\fR | \fB--catalogs\fR + | \fB--xinclude\fR | \fB--profile\fR | \fB--dumpextensions\fR] [\fBstylesheet\fR] + [\fIfile1\fR] [\fIfile2\fR] [\fI....\fR] .fi .SH "INTRODUCTION" @@ -104,10 +104,6 @@ Pass a paramenter of name \fIname\fR and value \fIvalue\fR where \fIvalue\fR is Do not use the Internet to fetch DTD's or entities. .TP -\fB--warnnet\fR -Output notification when DTD's or entities are fetched over the Internet. - -.TP \fB--catalogs\fR Use catalogs to resolve the location of external entities. This speeds DTD resolution. By having a catalog file point to a local version of the DTD, xsltproc does not have to use the Internet to fetch the DTD. xsltproc uses the catalog identified by the environmental variable \fBSGML_CATALOG_FILES\fR. |