From 8594de986901352eb73372c5783a0454085c1fe9 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 25 Apr 2003 10:08:44 +0000 Subject: [PATCH] Fixed a wrong reference to XMLCATALOG env variable, Daniel --- doc/catalog.html | 2 +- doc/xml.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/catalog.html b/doc/catalog.html index 706ca47c..f2395c2e 100644 --- a/doc/catalog.html +++ b/doc/catalog.html @@ -412,7 +412,7 @@ literature to point at:

directory, it will set-up /etc/xml/catalog and /etc/xml/docbook based on the resources found on the system. Otherwise it will just create ~/xmlcatalog and ~/dbkxmlcatalog and doing: -

export XMLCATALOG=$HOME/xmlcatalog

+

export XML_CATALOG_FILES=$HOME/xmlcatalog

should allow to process DocBook documentations without requiring network accesses for the DTD or stylesheets

diff --git a/doc/xml.html b/doc/xml.html index 79304293..bf6f483d 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -3314,7 +3314,7 @@ literature to point at:

directory, it will set-up /etc/xml/catalog and /etc/xml/docbook based on the resources found on the system. Otherwise it will just create ~/xmlcatalog and ~/dbkxmlcatalog and doing: -

export XMLCATALOG=$HOME/xmlcatalog

+

export XML_CATALOG_FILES=$HOME/xmlcatalog

should allow to process DocBook documentations without requiring network accesses for the DTD or stylesheets