Dissect SSH over SCTP when using the IANA assigned SCTP port 22.
[obnox/wireshark/wip.git] / docbook / catalog.xml
1 <?xml version="1.0"?>
2 <!-- Wireshark 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 2010/12/16: AFAICT this file is *not* referenced on either Windows or *nix during the process of generating
10             Wireshark documentation.
11             (The catalogs referenced seem to be those in the "usual places": /etc/xml/... )
12 -->
13 <!DOCTYPE catalog
14    PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
15    "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
16
17 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
18
19   <!-- DTD and stylesheet files installed under /usr/share/xml -->
20   <group  xml:base="file:///usr/share/xml/" >
21
22     <!-- Resolve DTD URL system ID to local file -->
23     <rewriteSystem
24         systemIdStartString="http://www.oasis-open.org/docbook/xml/4.2/"
25         rewritePrefix="/usr/share/xml/docbook/4.2/" />
26         <!-- Debian: rewritePrefix="/usr/share/xml/docbook/schema/dtd/4.2/" /> -->
27
28     <!-- Resolve stylesheet URL to local file -->
29     <!-- if you need to change this, don't forget to change it in the Makefile too -->
30     <rewriteURI
31         uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
32         rewritePrefix="/usr/share/docbook-xsl/" />
33         <!-- Debian: rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/" /> -->
34         <!-- rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/1.64.1/" /> -->
35
36     <!-- Resolve DTD PUBLIC identifiers -->
37     <nextCatalog  catalog="docbook42/catalog.xml" />
38     <!-- Debian: <nextCatalog  catalog="catalog.xml" /> -->
39
40     <!-- To resolve simple DTD SYSTEM identifiers. -->
41     <!-- Note: this does not work with Java resolver -->
42     <!--   classes in Saxon or Xalan -->
43     <system
44          systemId="docbook.dtd"
45          uri="docbook42/docbookx.dtd" />
46          <!-- Debian: uri="docbookx.dtd" /> -->
47
48     <!-- To resolve short stylesheet references -->
49         <!--
50     <system
51         systemId="EtherealMain1"
52         uri="./graphics/wireshark-main.jpg" />
53     <system
54         systemId="EtherealThreePane1"
55         uri="./graphics/wireshark-main.jpg" />
56     <uri
57         name="chunk.xsl"
58         uri="docbook-xsl-1.62.1/html/chunk.xsl" />
59     <uri
60         name="fo-docbook.xsl"
61         uri="docbook-xsl-1.62.1/fo/docbook.xsl" />
62         -->
63
64   </group>
65
66 </catalog>