From 8594de986901352eb73372c5783a0454085c1fe9 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
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