a8c8f4
--- DTD/xhtml.soc~	2002-08-01 21:23:08.000000000 +0300
a8c8f4
+++ DTD/xhtml.soc	2004-06-20 01:13:52.351585517 +0300
a8c8f4
@@ -1,14 +1,24 @@
a8c8f4
-OVERRIDE	YES
a8c8f4
         -- Oasis entity catalog for Extensible HTML 1.0 --
a8c8f4
 
a8c8f4
+-- Fedora change: use DTDDECLs instead of SGMLDECL to avoid affecting --
a8c8f4
+--                other things included in the central system catalog --
a8c8f4
+
a8c8f4
+OVERRIDE	YES
a8c8f4
+
a8c8f4
 PUBLIC  "-//W3C//DTD XHTML 1.0 Strict//EN"        "xhtml1-strict.dtd"
a8c8f4
 PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"  "xhtml1-transitional.dtd"
a8c8f4
 PUBLIC  "-//W3C//DTD XHTML 1.0 Frameset//EN"      "xhtml1-frameset.dtd"
a8c8f4
+DTDDECL "-//W3C//DTD XHTML 1.0 Strict//EN"        "xhtml1.dcl"
a8c8f4
+DTDDECL "-//W3C//DTD XHTML 1.0 Transitional//EN"  "xhtml1.dcl"
a8c8f4
+DTDDECL "-//W3C//DTD XHTML 1.0 Frameset//EN"      "xhtml1.dcl"
a8c8f4
 
a8c8f4
         -- ISO latin 1 entity set for Extensible HTML (XML 1.0 format) --
a8c8f4
 
a8c8f4
 PUBLIC	"-//W3C//ENTITIES Latin 1 for XHTML//EN"  "xhtml-lat1.ent"
a8c8f4
 PUBLIC	"-//W3C//ENTITIES Symbols for XHTML//EN" "xhtml-symbol.ent"
a8c8f4
 PUBLIC	"-//W3C//ENTITIES Special for XHTML//EN" "xhtml-special.ent"
a8c8f4
+DTDDECL	"-//W3C//ENTITIES Latin 1 for XHTML//EN" "xhtml1.dcl"
a8c8f4
+DTDDECL	"-//W3C//ENTITIES Symbols for XHTML//EN" "xhtml1.dcl"
a8c8f4
+DTDDECL	"-//W3C//ENTITIES Special for XHTML//EN" "xhtml1.dcl"
a8c8f4
 
a8c8f4
-SGMLDECL "xhtml1.dcl"
a8c8f4
+-- SGMLDECL "xhtml1.dcl" --