error in xhtml11.dtd from WD-xhtml11-20000105

Sorry I missed (barely) the Feb 1 deadline.

There is an error in the xhtml11.dtd as presented in
WD-xhtml11-20000105.  The external reference for the %xhtml-model.mod
entity uses both PUBLIC and SYSTEM keywords, which is not legal XML.

Proposed remedy:

Remove the illegal SYSTEM keyword.

--- xhtml11.dtd	2000/10/02 21:00:48	1.2
+++ xhtml11.dtd	2001/02/04 08:25:31
@@ -76,7 +76,7 @@
 <!-- Define the Content Model -->
 <!ENTITY % xhtml-model.mod
      PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN"
-     SYSTEM "xhtml11-model-1.mod" >
+            "xhtml11-model-1.mod" >
 
 <!-- Pre-Framework Redeclaration placeholder  .................... -->
 <!-- this serves as a location to insert markup declarations

-- 
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>

Received on Sunday, 4 February 2001 15:36:51 UTC