diff --git a/doc/catalog.html b/doc/catalog.html
index 69dbbc77..a7571d5f 100644
--- a/doc/catalog.html
+++ b/doc/catalog.html
@@ -383,9 +383,18 @@ literature to point at:
Resolution who maintains XML Catalog, you will find pointers to the
specification update, some background and pointers to others tools
providing XML Catalog support
+Here is a shell script to generate
+ XML Catalogs for DocBook 4.1.2 . If it can write to the /etc/xml/
+ 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
+should allow to process DocBook documentations without requiring
+ network accesses for the DTd or stylesheets
+
I have uploaded a
- mall tarball containing XML Catalogs for DocBook 4.1.2 which seems to
- work fine for me
+ small tarball containing XML Catalogs for DocBook 4.1.2 which seems
+ to work fine for me too
The xmlcatalog
manual page
diff --git a/doc/xml.html b/doc/xml.html
index c8806c92..c33f1d20 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -2195,6 +2195,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
And then use it to save the document:
@@ -2581,9 +2582,18 @@ literature to point at:
Resolution who maintains XML Catalog, you will find pointers to the
specification update, some background and pointers to others tools
providing XML Catalog support
+ Here is a shell script to generate
+ XML Catalogs for DocBook 4.1.2 . If it can write to the /etc/xml/
+ 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
+ should allow to process DocBook documentations without requiring
+ network accesses for the DTd or stylesheets
+
I have uploaded a
- mall tarball containing XML Catalogs for DocBook 4.1.2 which seems to
- work fine for me
+ small tarball containing XML Catalogs for DocBook 4.1.2 which seems
+ to work fine for me too
The xmlcatalog
manual page
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 601a0709..bda93a15 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -224,6 +224,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
And then use it to save the document: