~ubuntu-branches/ubuntu/natty/docbook-xml/natty

« back to all changes in this revision

Viewing changes to 4.2/catalog.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale), Daniel Leidert
  • Date: 2007-04-18 20:53:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070418205341-21oyzu6b9wevm1yu
Tags: 4.5-2
* Adding the Debian XML/SGML group and myself as co-maintainers closes:
  #358520. Simply forgot it.

[ Daniel Leidert ]
* catalog: Added system IDs too for DOCTYPE declarations only containing a
  system ID.
* docbook-4.0/docbook.cat: Likewise.
* debian/patches/06_add_system_identifiers_to_catalog.dpatch: Likewise.
* debian/docbook-xml.examples: Fixed examples location: will re-add them
  back to the package.
* debian/docbook-xml.xmlcatalogs.in: Added entry for "-//OASIS//DTD XML
  Exchange Table Model 19990315//EN" FPI to the root catalog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0'?>
2
 
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" 
3
 
    "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
4
 
 
5
 
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
6
 
 
7
 
<!-- ...................................................................... -->
8
 
<!-- XML Catalog data for DocBook XML V4.2 ................................ -->
9
 
<!-- File catalog.xml ..................................................... -->
10
 
 
11
 
<!-- Please direct all questions, bug reports, or suggestions for
12
 
     changes to the docbook@lists.oasis-open.org mailing list. For more
13
 
     information, see http://www.oasis-open.org/.
14
 
  -->
15
 
 
16
 
<!-- This is the catalog data file for DocBook V4.2. It is provided as
17
 
     a convenience in building your own catalog files. You need not use
18
 
     the filenames listed here, and need not use the filename method of
19
 
     identifying storage objects at all.  See the documentation for
20
 
     detailed information on the files associated with the DocBook DTD.
21
 
     See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
22
 
     detailed information on supplying and using catalog data.
23
 
  -->
24
 
 
25
 
<!-- ...................................................................... -->
26
 
<!-- DocBook driver file .................................................. -->
27
 
 
28
 
<public publicId="-//OASIS//DTD DocBook XML V4.2//EN"
29
 
        uri="docbookx.dtd"/>
30
 
<system systemId="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
31
 
        uri="docbookx.dtd"/>
32
 
<system systemId="http://docbook.org/xml/4.2/docbookx.dtd"
33
 
        uri="docbookx.dtd"/>
34
 
 
35
 
<!-- ...................................................................... -->
36
 
<!-- DocBook modules ...................................................... -->
37
 
 
38
 
<public publicId="-//OASIS//DTD DocBook CALS Table Model V4.2//EN"
39
 
        uri="calstblx.dtd"/>
40
 
 
41
 
  <!-- note: this is referenced by other versions of the DocBook DTD -->
42
 
<public publicId="-//OASIS//DTD XML Exchange Table Model 19990315//EN"
43
 
        uri="soextblx.dtd"/>
44
 
 
45
 
<public publicId="-//OASIS//ELEMENTS DocBook Information Pool V4.2//EN"
46
 
        uri="dbpoolx.mod"/>
47
 
 
48
 
<public publicId="-//OASIS//ELEMENTS DocBook Document Hierarchy V4.2//EN"
49
 
        uri="dbhierx.mod"/>
50
 
 
51
 
<public publicId="-//OASIS//ENTITIES DocBook Additional General Entities V4.2//EN"
52
 
        uri="dbgenent.mod"/>
53
 
 
54
 
<public publicId="-//OASIS//ENTITIES DocBook Notations V4.2//EN"
55
 
        uri="dbnotnx.mod"/>
56
 
 
57
 
<public publicId="-//OASIS//ENTITIES DocBook Character Entities V4.2//EN"
58
 
        uri="dbcentx.mod"/>
59
 
 
60
 
 
61
 
<!-- End of catalog data for DocBook XML V4.2 ............................. -->
62
 
<!-- ...................................................................... -->
63
 
 
64
 
</catalog>