- From: james anderson <james.anderson@setf.de>
- Date: Sat, 05 May 2001 08:22:12 +0200
- To: www-html-editor@w3.org
greetings.
i was looking at examples from the xhtml modularization recommendation.
in particular the collection which is available as a zipped file.
In the case of the example named "inventory.xml" I experienced the
following problems.
1. The DTD as a whole would appear to be missing the definition for
<!ENTITY % Inventory.Common.attrib "" >
2. inventory-qname.mod contained an entity declaration
<!ENTITY % XHTML.xmlns.extra.attrib
"%Inventory.xmlns.extra.attrib;" >
which was missing both quotes
3. inventory-1.mod contained an entity declaration
<!ENTITY % Inventory.Common.attrib
"%Inventory.xmlns.attrib;
id ID #IMPLIED"
>
which was missing the close quote.
...
Received on Saturday, 5 May 2001 02:18:50 UTC