0.8.7.26:
authorKevin Rosenberg <kevin@rosenberg.net>
Wed, 28 Jan 2004 18:03:02 +0000 (18:03 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Wed, 28 Jan 2004 18:03:02 +0000 (18:03 +0000)
* doc/catalogs/catalog-debian.xsl: Update for changes in Debian XML
packages. Retain old catalog as catalog-debian-old.xsl. FIXME: have
Makefile automatically select which version of catalog to use on Debian
based on presence of files in new location.

doc/catalogs/catalog-debian-old.xml [new file with mode: 0644]
doc/catalogs/catalog-debian.xml
version.lisp-expr

diff --git a/doc/catalogs/catalog-debian-old.xml b/doc/catalogs/catalog-debian-old.xml
new file mode 100644 (file)
index 0000000..d940a02
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE catalog
+   PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
+   "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
+
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+
+  <!-- The directory DTD and stylesheet files are installed under -->
+  <group  xml:base="file:///usr/share/sgml/docbook/" >
+
+    <!-- Resolve DTD URL system ID to local file -->
+    <rewriteSystem
+        systemIdStartString="http://www.oasis-open.org/docbook/xml/4.1/"
+        rewritePrefix="dtd/xml/4.1/" />
+    <!-- Resolve stylesheet URL to local file -->
+    <rewriteURI
+        uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
+        rewritePrefix="stylesheet/xsl/nwalsh/" />
+
+    <!-- Resolve DTD PUBLIC identifiers -->
+    <nextCatalog  catalog="dtd/xml/4.1/catalog.xml" />
+
+    <!-- To resolve simple DTD SYSTEM identifiers. -->
+    <!-- Note: this does not work with Java resolver -->
+    <!--   classes in Saxon or Xalan -->
+    <system
+         systemId="docbook.dtd"
+         uri="dtd/xml/4.1/xml/docbookx.dtd" />
+
+    <!-- To resolve short stylesheet references -->
+    <uri
+        name="docbook_html.xsl"
+        uri="stylesheet/xsl/nwalsh/xhtml/docbook.xsl" />
+    <uri 
+        name="docbook_chunk.xsl"
+        uri="stylesheet/xsl/nwalsh/xhtml/chunk.xsl" />
+    <uri
+        name="docbook_fo.xsl"
+        uri="stylesheet/xsl/nwalsh/fo/docbook.xsl" />
+
+  </group>
+
+</catalog>
index d940a02..6e69fec 100644 (file)
@@ -6,7 +6,8 @@
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
 
   <!-- The directory DTD and stylesheet files are installed under -->
-  <group  xml:base="file:///usr/share/sgml/docbook/" >
+  <!-- Older Deb: <group  xml:base="file:///usr/share/sgml/docbook/" > -->
+  <group  xml:base="file:///usr/share/xml/docbook/" >
 
     <!-- Resolve DTD URL system ID to local file -->
     <rewriteSystem
@@ -15,7 +16,7 @@
     <!-- Resolve stylesheet URL to local file -->
     <rewriteURI
         uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
-        rewritePrefix="stylesheet/xsl/nwalsh/" />
+        rewritePrefix="stylesheet/nwalsh/" />
 
     <!-- Resolve DTD PUBLIC identifiers -->
     <nextCatalog  catalog="dtd/xml/4.1/catalog.xml" />
     <!-- To resolve short stylesheet references -->
     <uri
         name="docbook_html.xsl"
-        uri="stylesheet/xsl/nwalsh/xhtml/docbook.xsl" />
+        uri="stylesheet/nwalsh/xhtml/docbook.xsl" />
     <uri 
         name="docbook_chunk.xsl"
-        uri="stylesheet/xsl/nwalsh/xhtml/chunk.xsl" />
+        uri="stylesheet/nwalsh/xhtml/chunk.xsl" />
     <uri
         name="docbook_fo.xsl"
-        uri="stylesheet/xsl/nwalsh/fo/docbook.xsl" />
+        uri="stylesheet/nwalsh/fo/docbook.xsl" />
 
   </group>
 
index 0d26a5f..7f375ea 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.7.25"
+"0.8.7.26"