All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.cocoon.entities.catalog Maven / Gradle / Ivy

--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--

-- 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"

-- Web Application Definitions --
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" 
       "web-app_2_3.dtd" -- Note the deliberate avoidance of license issues --
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
       "web-app_2_3.dtd"

-- 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 --

PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "open-office/dummy.dtd"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy