- From: Sean B. Palmer <sean@mysterylights.com>
- Date: Thu, 1 Mar 2001 12:33:50 -0000
- To: <www-html-editor@w3.org>
Section D.2.2. "Declaration sub-module(s)" defines an example module,
"inventory-1.mod". However, some of the attributes within this module
are not properly modularized, i.e. they are declared flat (and sans
namespace prefix) rather than being referenced as a QName.
For example, the following:-
<!ATTLIST %Inventory.shelf.qname;
location CDATA #IMPLIED
%Inventory.Common.attrib;
>
Shold most likely read:-
<!ENTITY % Inventory.shelf.location.qname "%Inventory.pfx;location" >
<!ATTLIST %Inventory.shelf.qname;
%Inventory.shelf.location.qname; CDATA #IMPLIED
%Inventory.Common.attrib;
>
And likewise for the other attributes declared in Section D.2.2.
--
Kindest Regards,
Sean B. Palmer
@prefix : <http://webns.net/roughterms/> .
:Sean :hasHomepage <http://infomesh.net/sbp/> .
Received on Thursday, 1 March 2001 08:21:33 UTC