diff options
author | MST 2002 John Fleck <jfleck@inkstain.net> | 2002-11-07 18:20:50 +0000 |
---|---|---|
committer | John Fleck <jfleck@src.gnome.org> | 2002-11-07 18:20:50 +0000 |
commit | 60ab67103c1351c4606c6298debf459cc972ca76 (patch) | |
tree | cc380ee461039b32c98cb10ba82d61979fc0aba5 /doc/xsltproc.xml | |
parent | d7627fbf78ee906051ad54247b49c8da12fcc3a4 (diff) | |
download | libxslt-60ab67103c1351c4606c6298debf459cc972ca76.tar.gz libxslt-60ab67103c1351c4606c6298debf459cc972ca76.tar.bz2 libxslt-60ab67103c1351c4606c6298debf459cc972ca76.zip |
doc/xsltproc.xml //bugzilla.gnome.org/show_bug.cgi?id=97891
Thu Nov 7 11:18:42 MST 2002 John Fleck <jfleck@inkstain.net>
* doc/xsltproc.xml
* doc/xsltproc.1
clarifying --catalog option and xsltproc's use of
XML_CATALOG_FILES and /etc/xml/catalog. fixes
http://bugzilla.gnome.org/show_bug.cgi?id=97891
Diffstat (limited to 'doc/xsltproc.xml')
-rw-r--r-- | doc/xsltproc.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml index 9a09be8b..26123971 100644 --- a/doc/xsltproc.xml +++ b/doc/xsltproc.xml @@ -256,13 +256,12 @@ <term> <option>--catalogs</option></term> <listitem> - <simpara>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, - <application>xsltproc</application> does not have to use the - Internet to fetch the DTD. <application>xsltproc</application> - uses the catalog identified by the environmental variable - <envar>SGML_CATALOG_FILES</envar>. + <simpara>Use the <acronym>SGML</acronym> catalog specified in + <envar>SGML_CATALOG_FILES</envar> to resolve the location of + external entities. By default, <application>xsltproc</application> + looks for the catalog specified in + <envar>XML_CATALOG_FILES</envar>. If that is not specified, it uses + <filename>/etc/xml/catalog</filename>. </simpara> </listitem> </varlistentry> |