6a164e8f46
XHTML 1.0 is the W3C's first Recommendation for XHTML, following on from earlier work on HTML 4.01, HTML 4.0, HTML 3.2 and HTML 2.0. With a wealth of features, XHTML 1.0 is a reformulation of HTML 4.01 in XML, and combines the strength of HTML 4 with the power of XML. This package provides the three standard DTDs (Strict, Transitional and Frameset) of XHTML 1.0.
20 lines
897 B
XML
20 lines
897 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
|
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
|
|
|
<!-- $NetBSD: catalog10,v 1.1.1.1 2004/02/18 13:44:41 jmmv Exp $ -->
|
|
|
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
|
<public publicId="-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
uri="xhtml1-strict.dtd" />
|
|
<public publicId="-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
uri="xhtml1-transitional.dtd" />
|
|
<public publicId="-//W3C//DTD XHTML 1.0 Frameset//EN"
|
|
uri="xhtml1-frameset.dtd" />
|
|
<public publicId="-//W3C//ENTITIES Latin 1 for XHTML//EN"
|
|
uri="xhtml-lat1.ent" />
|
|
<public publicId="-//W3C//ENTITIES Symbols for XHTML//EN"
|
|
uri="xhtml-symbol.ent" />
|
|
<public publicId="-//W3C//ENTITIES Special for XHTML//EN"
|
|
uri="xhtml-special.ent" />
|
|
</catalog>
|