Add the recent fix for CID 105.
[obnox/wireshark/wip.git] / docbook / catalog.xml
1 <?xml version="1.0"?>
2 <!-- Ethereal User's Guide and Developer's Guide catalog
3      $Id$
4
5 See the Readme.txt file for instructions.
6
7 Please note that if you shift any files in the directory structure you MUST adjust this catalog.
8
9 -->
10 <!DOCTYPE catalog
11    PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
12    "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
13
14 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
15
16   <!-- DTD and stylesheet files installed under /usr/share/xml -->
17   <group  xml:base="file:///usr/share/xml/" >
18
19     <!-- Resolve DTD URL system ID to local file -->
20     <rewriteSystem
21         systemIdStartString="http://www.oasis-open.org/docbook/xml/4.2/"
22         rewritePrefix="/usr/share/xml/docbook/4.2/" />
23         <!-- Debian: rewritePrefix="/usr/share/xml/docbook/schema/dtd/4.2/" /> -->
24     
25     <!-- Resolve stylesheet URL to local file -->
26     <!-- if you need to change this, don't forget to change it in the Makefile too -->
27     <rewriteURI
28         uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
29         rewritePrefix="/usr/share/docbook-xsl/" />
30         <!-- Debian: rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/" /> -->
31         <!-- rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/1.64.1/" /> -->
32
33     <!-- Resolve DTD PUBLIC identifiers -->
34     <nextCatalog  catalog="docbook42/catalog.xml" />
35     <!-- Debian: <nextCatalog  catalog="catalog.xml" /> -->
36
37     <!-- To resolve simple DTD SYSTEM identifiers. -->
38     <!-- Note: this does not work with Java resolver -->
39     <!--   classes in Saxon or Xalan -->
40     <system
41          systemId="docbook.dtd"
42          uri="docbook42/docbookx.dtd" />
43          <!-- Debian: uri="docbookx.dtd" /> -->
44
45     <!-- To resolve short stylesheet references -->
46         <!--
47     <system
48         systemId="EtherealMain1"
49         uri="./graphics/ethereal-main.jpg" />
50     <system
51         systemId="EtherealThreePane1"
52         uri="./graphics/ethereal-main.jpg" />
53     <uri 
54         name="chunk.xsl"
55         uri="docbook-xsl-1.62.1/html/chunk.xsl" />
56     <uri
57         name="fo-docbook.xsl"
58         uri="docbook-xsl-1.62.1/fo/docbook.xsl" />
59         -->
60
61   </group>
62
63 </catalog>