- From: Sean Palmer <wapdesign@wapdesign.org.uk>
- Date: Mon, 23 Oct 2000 11:05:00 +0100
- To: <www-html-editor@w3.org>
- Cc: <mimasa@w3.org>
Dear HTML WG (et al.),
This is a small errata for the Modularization of XHTML.
http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-20001020.html
Section E.4.3 is entitled: "Creating a DTD by removing and replacing XHTML
modules"
But this section only describes how to ignore (i.e. remove), and not how to
replace modules.
Possible fixes:-
1) Change to "Creating a DTD by removing XHTML modules".
or, preferably:
2) Give examples of when you replace modules:-
For example:-
<!-- File: xhtml-simple2.dtd -->
<!ENTITY % xhtml-table.module "IGNORE" >
<!-- Bring in the basic tables module -->
<!ENTITY % xhtml-basic-table.mod
PUBLIC "-//W3C//ELEMENTS XHTML Basic Tables 1.0//EN"
"http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-basic-table-1.mod"
>
%xhtml-basic-table.mod;
<!ENTITY % xhtml11.mod
PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" >
%xhtml11.mod;
This example replaces the tables module with the basic tables module
Regards,
S.B.P.
http://xhtml.waptechinfo.com/modularization/
Received on Monday, 23 October 2000 06:06:04 UTC