-- this is the default OASIS catalog for Apache Cocoon --

OVERRIDE YES

-- ISO public identifiers for sets of character entities --
PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN//XML"
       "ISOlat1.pen"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
       "ISOlat1.pen"
PUBLIC "ISO 9573-15:1993//ENTITIES Greek Letters//EN//XML"
       "ISOgrk1.pen"
PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN//XML"
       "ISOpub.pen"
PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN//XML"
       "ISOtech.pen"
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML"
       "ISOnum.pen"

-- W3C Document Type Definitions --
CATALOG "w3c/catalog"

-- Document Type Definitions --
PUBLIC "-//APACHE//DTD Documentation V1.0//EN"
       "document-v10.dtd"
PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
       "document-v11.dtd"
PUBLIC "-//APACHE//DTD Documentation V1.2//EN"
       "document-v12.dtd"
PUBLIC "-//APACHE//DTD Changes V1.0//EN"
       "changes-v10.dtd"
PUBLIC "-//APACHE//DTD FAQ V1.0//EN"
       "faq-v10.dtd"
PUBLIC "-//APACHE//DTD JavaDoc V1.0//EN"
       "javadoc-v04draft.dtd"
PUBLIC "-//APACHE//DTD Specification V1.0//EN"
       "specification-v10.dtd"
PUBLIC "-//APACHE//DTD Todo V1.0//EN"
       "todo-v10.dtd"
PUBLIC "-//APACHE//DTD Cocoon Sitemap V0.4//EN"
       "sitemap-v04.dtd"

-- enabling validation during Cocoon's own "build docs" --
--   all *.xml require DTD for validation during "build docs" --
PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
       "book-cocoon-v10.dtd"

-- other DTDs that are yet without a Public Identifier --
-- XMLSchema.dtd .. what is its purpose ? --

-- Character entity set that is referenced by some DTDs --
-- characters.ent --
-- ... has no public identifier --
-- should be OK because it will be resolved relative to the DTD --
-- ... perhaps the DTD should use the ISO*.pen sets instead? --

-- these entries are used for the catalog-demo sample application --
OVERRIDE NO
PUBLIC "-//Arbortext//TEXT Test Override//EN"
       "catalog-demo/override.txt"
OVERRIDE YES
PUBLIC "-//Arbortext//TEXT Test Public Identifier//EN"
       "catalog-demo/testpub.txt"
SYSTEM "urn:x-arbortext:test-system-identifier"
       "catalog-demo/testsys.txt"
PUBLIC "-//Indexgeo//DTD Catalog Demo v1.0//EN"
       "catalog-demo/catalog-demo-v10.dtd"
-- end of entries for the catalog-demo sample application --
