Re: Is this an error in the DTD for xhtml 1.1?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello James,


Am Samstag, 13. Dezember 2003 16:56 schrieb James Edward Hill:
> 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 -->]]>
this is not an error.
This evaluates to:
<![IGNORE[
%xhtml-postfw-redecl.mod;
<!-- ... -->]]>
or
<![INCLUDE[
%xhtml-postfw-redecl.mod;
<!-- ... -->]]>

See http://www.w3.org/TR/REC-xml
So everything defined in [31] extSubsetDecl or [64] ignoreSectContents is 
allowed.
Comments are allowed in [31].
Strings that look like comments are allowed in [64].

Bye
- -- 
ITCQIS GmbH
Christian Wolfgang Hujer
Geschäftsführender Gesellschafter (Shareholding CEO)
E-Mail: Christian.Hujer@itcqis.com
WWW: http://www.itcqis.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQE/24mizu6h7O/MKZkRAjODAJ9IA93ZhrDLdfT2Xd6ceDZlnUzP5gCffnJa
abg+jftxeAOPF2cfFamfML4=
=3I+x
-----END PGP SIGNATURE-----

Received on Saturday, 13 December 2003 16:55:17 UTC