Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Is this an error in the DTD for xhtml 1.1?

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
Message-Id: <1071331001.11311.19.camel@arrakeen.dune>

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 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.