Is this an error in the DTD for xhtml 1.1?

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