diff options
author | duerst <duerst@localhost> | 2001-06-06 08:31:47 +0000 |
---|---|---|
committer | duerst <duerst@localhost> | 2001-06-06 08:31:47 +0000 |
commit | 5c6ba7ac7bebddd191f42a7568da744301cdcf23 (patch) | |
tree | 6c61998c5e1504d54b933371b4d2e5ddd5c613a5 /htdocs/sgml-lib/REC-xhtml11-20010531/xhtml11.cat | |
parent | 45fde80bb1809921bfb9b049728598a14579e2c1 (diff) | |
download | markup-validator-5c6ba7ac7bebddd191f42a7568da744301cdcf23.zip markup-validator-5c6ba7ac7bebddd191f42a7568da744301cdcf23.tar.gz markup-validator-5c6ba7ac7bebddd191f42a7568da744301cdcf23.tar.bz2 |
adding dtd/catalog for XHTML 1.1; catalog most probably needs some tweaking
Diffstat (limited to 'htdocs/sgml-lib/REC-xhtml11-20010531/xhtml11.cat')
-rw-r--r-- | htdocs/sgml-lib/REC-xhtml11-20010531/xhtml11.cat | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/REC-xhtml11-20010531/xhtml11.cat b/htdocs/sgml-lib/REC-xhtml11-20010531/xhtml11.cat new file mode 100644 index 0000000..1b17a1e --- /dev/null +++ b/htdocs/sgml-lib/REC-xhtml11-20010531/xhtml11.cat @@ -0,0 +1,38 @@ +-- .......................................................................... -- +-- File catalog ............................................................ -- + +-- XHTML 1.1 Catalog Data File + + Revision: @(#)xhtml11.cat 1.9 2001/04/04 SMI + + See "Entity Management", SGML Open Technical Resolution 9401 for detailed + information on supplying and using catalog data. This document is available + from OASIS at URL: + + <http://www.oasis-open.org/html/tr9401.html> +-- + +-- .......................................................................... -- +-- SGML declaration associated with XHTML .................................. -- + +OVERRIDE YES + +SGMLDECL "xml1.dcl" + +-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -- + +-- XHTML 1.1 DTD modular driver file ....................................... -- +-- note that this uses the local, flattened version of the DTD. If you want + your catalog to use the master version of the XHTML Modules, change the + entry to reference xhtml11.dtd instead of xhtml11-flat.dtd +-- + +PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11-flat.dtd" + +-- XHTML 1.1 framework modules .............................................. -- + +PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" "xhtml11-model-1.mod" + +-- End of catalog data ..................................................... -- +-- .......................................................................... -- + |