1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<?xml version="1.0"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- XML Catalog file for DocBook Website -->
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/current/schema/"
rewritePrefix="schema/"/>
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/3.4.0/schema/"
rewritePrefix="schema/"/>
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/slides/current/xsl/"
rewritePrefix="xsl/"/>
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/slides/3.4.0/xsl/"
rewritePrefix="xsl/"/>
<!-- the following are for older versions of Website DTD; the DTD is -->
<!-- backward compatible, so we just remap the older URIs to the local URI -->
<!-- of the current version; otherwise, users would need to manually change -->
<!-- the URIs in all their existing Website document instances -->
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/3.3.1/schema/"
rewritePrefix="schema/"/>
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/3.3.0/schema/"
rewritePrefix="schema/"/>
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/3.1.0/schema/"
rewritePrefix="schema/"/>
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/3.0/"
rewritePrefix="schema/"/>
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/3.0b1/"
rewritePrefix="schema/"/>
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/2.1/"
rewritePrefix="schema/"/>
<rewriteSystem systemIdStartString="http://docbook.sourceforge.net/release/slides/2.1b1/"
rewritePrefix="schema/"/>
</catalog>
|