Re: [xml-dev] Character Entities: An XML Core WG View

From
David Carlisle <>
To
Date
2002-11-01T17:26:32Z
ID
<>
Thread
Re: [xml-dev] Character Entities: An XML Core WG View
> Hmmm.... an idle thought suggests that non-validating parsers which
> don't retrieve external resources may actually have an advantage here,

yes that is the annoying thing about the current spec,

<x>&foo;</x>

is a not well formed but

<!DOCTYPE SYSTEM "/dev/null">
<x>&foo;</x>
is well formed but not valid.

If it was always well formed even without the pointless <!DOCTYPE things
would be a lot easier if you wanted to experiment with alternative
entity declaration mechanisms.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.