summaryrefslogtreecommitdiff
path: root/xml-xhtml1
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-17 16:38:21 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-17 16:38:21 +0000
commitff646fdd8090d95101b1a159664b1c0ec702b2e9 (patch)
treeed6c0d998ad759a672e25283b5405efad7fa366d /xml-xhtml1
downloadxml-catalog-ff646fdd8090d95101b1a159664b1c0ec702b2e9.tar.gz
First cut of repository for Baserock xml catalog.
Diffstat (limited to 'xml-xhtml1')
-rw-r--r--xml-xhtml1/catalog.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/xml-xhtml1/catalog.xml b/xml-xhtml1/catalog.xml
new file mode 100644
index 0000000..1c4dde4
--- /dev/null
+++ b/xml-xhtml1/catalog.xml
@@ -0,0 +1,16 @@
+<?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">
+<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"/>
+ <system systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" uri="xhtml1-strict.dtd"/>
+ <system systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" uri="xhtml1-transitional.dtd"/>
+ <system systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd" uri="xhtml1-frameset.dtd"/>
+ <system systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent" uri="xhtml-lat1.ent"/>
+ <system systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent" uri="xhtml-symbol.ent"/>
+ <system systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent" uri="xhtml-special.ent"/>
+</catalog>