catalog.xml doctype declaration

Jack Bates <[email protected]> Wed, 28 Oct 2009 20:31:46 -0700
Newsgroups gmane.linux.debian.devel.sgml
Message-ID <1256787106.13130.8.camel@tad>
Which public ID and system ID should a Debian package maintainer put in
the doctype declaration when writing a new catalog.xml file for a
package?

I found at least two examples in the Debian XML Policy,
http://debian-xml-sgml.alioth.debian.org/xml-policy/xml-catalog-hierarchy.html

<!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.0//EN"
          "file:///usr/share/xml/schema/xml-core/catalog.dtd">

<!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.0//EN"
  "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">