diff options
Diffstat (limited to 'kdoctools/docbook/xml-dtd-4.2/catalog.xml')
-rw-r--r-- | kdoctools/docbook/xml-dtd-4.2/catalog.xml | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/kdoctools/docbook/xml-dtd-4.2/catalog.xml b/kdoctools/docbook/xml-dtd-4.2/catalog.xml new file mode 100644 index 000000000..6920c2f7e --- /dev/null +++ b/kdoctools/docbook/xml-dtd-4.2/catalog.xml @@ -0,0 +1,115 @@ +<?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> |