OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Docbook catalog


Im having a little difficulty getting my Docbook catalog to resolve 
correctly, resulting in Apache making lots of external requests  to 
http://www.oasis-open.org/. Can anyone see an error in my configuration or 
something that may be causing the catalog to not resolve correctly? 
Thanks...

<?xml version="1.0"?>
<!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">

    <rewriteSystem 
systemIdStartString="http://www.oasis-open.org/docbook/xml/4.2/";
        rewritePrefix="file:///usr/local/share/xml/docbook/4.2/"/>

    <rewriteSystem 
systemIdStartString="http://docbook.sourceforge.net/release/xsl/current/";
        rewritePrefix="file:///www/xsl/docbook-xsl-1.69.1/"/>

    <rewriteURI 
uriStartString="http://www.oasis-open.org/docbook/xml/4.2/";
        rewritePrefix="file:///usr/local/share/xml/docbook/4.2/"/>

    <rewriteURI 
uriStartString="http://docbook.sourceforge.net/release/xsl/current/";
        rewritePrefix="file:///www/xsl/docbook-xsl-1.69.1/"/>

    <nextCatalog 
catalog="file:///usr/local/share/xml/docbook/4.2/catalog.xml" />

</catalog>

-------------------------
file:///usr/local/share/xml/docbook/4.2/catalog.xml
-------------------------

<?xml version='1.0'?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">

<!-- 
...................................................................... -->
<!-- XML Catalog data for DocBook XML V4.2 
................................ -->
<!-- File catalog.xml 
..................................................... -->

<!-- Please direct all questions, bug reports, or suggestions for
     changes to the docbook@lists.oasis-open.org mailing list. For more
     information, see http://www.oasis-open.org/.
  -->

<!-- This is the catalog data file for DocBook V4.2. It is provided as
     a convenience in building your own catalog files. You need not use
     the filenames listed here, and need not use the filename method of
     identifying storage objects at all.  See the documentation for
     detailed information on the files associated with the DocBook DTD.
     See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
     detailed information on supplying and using catalog data.
  -->

<!-- 
...................................................................... -->
<!-- DocBook driver file 
.................................................. -->

<public publicId="-//OASIS//DTD DocBook XML V4.2//EN"
        uri="docbookx.dtd"/>

<!-- 
...................................................................... -->
<!-- DocBook modules 
...................................................... -->

<public publicId="-//OASIS//DTD DocBook CALS Table Model V4.2//EN"
        uri="calstblx.dtd"/>

<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN"
        uri="soextblx.dtd"/>

<public publicId="-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN"
        uri="dbpoolx.mod"/>

<public publicId="-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN"
        uri="dbhierx.mod"/>

<public publicId="-//OASIS//ENTITIES DocBook Additional General Entities 
V4.2//EN"
        uri="dbgenent.mod"/>

<public publicId="-//OASIS//ENTITIES DocBook Notations V4.2//EN"
        uri="dbnotnx.mod"/>

<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
        uri="dbcentx.mod"/>

<!-- 
...................................................................... -->
<!-- ISO entity sets 
...................................................... -->

<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML"
        uri="ent/iso-dia.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Numeric and Special 
Graphic//EN//XML"
        uri="ent/iso-num.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML"
        uri="ent/iso-pub.ent"/>

<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML"
        uri="ent/iso-tech.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
        uri="ent/iso-lat1.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML"
        uri="ent/iso-lat2.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML"
        uri="ent/iso-grk1.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Monotoniko Greek//EN//XML"
        uri="ent/iso-grk2.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Greek Symbols//EN//XML"
        uri="ent/iso-grk3.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Alternative Greek 
Symbols//EN//XML"
        uri="ent/iso-grk4.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Arrow 
Relations//EN//XML"
        uri="ent/iso-amsa.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary 
Operators//EN//XML"
        uri="ent/iso-amsb.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: 
Delimiters//EN//XML"
        uri="ent/iso-amsc.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Negated 
Relations//EN//XML"
        uri="ent/iso-amsn.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: 
Ordinary//EN//XML"
        uri="ent/iso-amso.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: 
Relations//EN//XML"
        uri="ent/iso-amsr.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
        uri="ent/iso-box.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Russian Cyrillic//EN//XML"
        uri="ent/iso-cyr1.ent"/>

<public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML"
        uri="ent/iso-cyr2.ent"/>

<!-- End of catalog data for DocBook XML V4.2 
............................. -->
<!-- 
...................................................................... -->

</catalog>

-- 
Tom Kirkpatrick
Web Developer - Virus Bulletin


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]