wireshark/docbook/catalog.xml

56 lines
1.8 KiB
XML

<?xml version="1.0"?>
<!-- Ethereal User's Guide and Developer's Guide catalog
Intall this copy into the root directory of the book. Please note that if you shift any files in the directory structure you MUST adjust this catalog.
-->
<!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/docbook-xml42/" />
<!-- 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/" />
<!-- Resolve DTD PUBLIC identifiers -->
<nextCatalog catalog="docbook42/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" />
<!-- To resolve short stylesheet references -->
<!--
<system
systemId="EtherealMain1"
uri="./graphics/ethereal-main.jpg" />
<system
systemId="EtherealThreePane1"
uri="./graphics/ethereal-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>