[
Lists Home |
Date Index |
Thread Index
]
- From: Richard Tobin <richard@cogsci.ed.ac.uk>
- To: "Richard L. Goerwitz" <richard@goon.stg.brown.edu>, xml-dev@ic.ac.uk
- Date: Wed, 2 Dec 1998 14:38:52 GMT
> <!ENTITY amp "&"> is not an error, because built-in entities
> are already defined, by definition.
No, it is an error because section 4.6 says:
If the entities in question are declared, they must be declared as
internal entities whose replacement text is the single character
being escaped or a character reference to that character, as shown
below.
[...]
<!ENTITY amp "&#38;">
[I suppose you could interpret this as saying that "&" is legal
because its replacement text is an ampersand character, but in that
case there is a bug in the standard.]
-- Richard
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/
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)
|