[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <david-b@pacbell.net>
- To: xml-dev <xml-dev@ic.ac.uk>
- Date: Thu, 02 Sep 1999 19:49:40 -0700
You'd think that with all this flamage, someone would have
caught some more bugs. I've BCC'd this to the editor of
the XHTML spec -- which ought to ensure that this gets fixed.
Consider these two lines from "HTMLspecialx.ent":
<!ENTITY amp "&"> <!-- ampersand, U+0026 ISOnum -->
<!ENTITY lt "<"> <!-- less-than sign, U+003C ISOnum -->
Now, we all know that's not the correct way to write those two
declarations. The replacement text is incorrect -- it's not
a reference to the relevant character, as required by 4.6 of
the XML spec and the additional constraint in 4.3.2 that the
replacement text be well formed.
However, I'll avoid causing more flamage and not provide my
personal preferred declaration ... which, naturally, doesn't
match the literal entity value found in the example of 4.6,
since the spec doesn't require it to do so! ;-)
- Dave
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|