aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/catalog.xml
blob: 320032a6ccfe41f493c7c0bb9f02126dfb17d606 (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<!-- Wireshark User's Guide and Developer's Guide catalog
     $Id$

See the Readme.txt file for instructions.

Please note that if you shift any files in the directory structure you MUST adjust this catalog.

2010/12/16: AFAICT this file is *not* referenced on either Windows or *nix during the process of generating
            Wireshark documentation.
            (The catalogs referenced seem to be those in the "usual places": /etc/xml/... )
-->
<!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">

  <!-- DTD and stylesheet files installed under /usr/share/xml -->
  <group  xml:base="file:///usr/share/xml/" >

    <!-- Resolve DTD URL system ID to local file -->
    <rewriteSystem
        systemIdStartString="http://www.oasis-open.org/docbook/xml/4.2/"
        rewritePrefix="/usr/share/xml/docbook/4.2/" />
        <!-- Debian: rewritePrefix="/usr/share/xml/docbook/schema/dtd/4.2/" /> -->

    <!-- Resolve stylesheet URL to local file -->
    <!-- if you need to change this, don't forget to change it in the Makefile too -->
    <rewriteURI
        uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
        rewritePrefix="/usr/share/docbook-xsl/" />
        <!-- Debian: rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/" /> -->
        <!-- rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/1.64.1/" /> -->

    <!-- Resolve DTD PUBLIC identifiers -->
    <nextCatalog  catalog="docbook42/catalog.xml" />
    <!-- Debian: <nextCatalog  catalog="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="docbook42/docbookx.dtd" />
         <!-- Debian: uri="docbookx.dtd" /> -->

    <!-- To resolve short stylesheet references -->
	<!--
    <system
        systemId="EtherealMain1"
        uri="./graphics/wireshark-main.jpg" />
    <system
        systemId="EtherealThreePane1"
        uri="./graphics/wireshark-main.jpg" />
    <uri
        name="chunk.xsl"
        uri="docbook-xsl-1.62.1/html/chunk.xsl" />
    <uri
        name="fo-docbook.xsl"
        uri="docbook-xsl-1.62.1/fo/docbook.xsl" />
	-->

  </group>

</catalog>