- From: James Edward Hill <linux-disciple007@earthlink.net>
- Date: 13 Dec 2003 10:56:42 -0500
- To: www-html@w3.org
- Cc: murray.altheim@sun.com
Hello everybody,
I was looking thru the xhtml 1.1 DTD and noticed what I think may be an
error. If everybody could take a look at this.
The "error" occurs on line 118 here is a copied and pasted section of
that code
<!-- Post-Framework Redeclaration placeholder  ................... -->
<!-- this serves as a location to insert markup declarations
     into the DTD following the framework declarations.
-->
<!ENTITY % xhtml-postfw-redecl.module "IGNORE" >
<![%xhtml-postfw-redecl.module;[
%xhtml-postfw-redecl.mod;
<!-- end of xhtml-postfw-redecl.module -->]]>
Here's what I think it should be
<!-- Post-Framework Redeclaration placeholder  ................... -->
<!-- this serves as a location to insert markup declarations
     into the DTD following the framework declarations.
-->
<!ENTITY % xhtml-postfw-redecl.module "IGNORE" >
<![%xhtml-postfw-redecl.module;[
%xhtml-postfw-redecl.mod;]]>
<!-- end of xhtml-postfw-redecl.module -->
Also on line 86 as well
Thanks
Jimmy
Received on Saturday, 13 December 2003 10:59:41 UTC