<!ENTITY amp "&38;">

Chris Lovett clovett at microsoft.com
Tue Dec 1 17:06:46 GMT 1998


I was looking at the Shakespeare samples (shakespeare.1.10.xml) on
http://sunsite.unc.edu/pub/sun-info/xml/eg/ and noticed that the file
play.dtd contains the tag <!ENTITY amp "&#38;"> which causes IE 5 to
generate the error: Error while parsing entity 'amp'. Unexpected end of
file. Line 1, Position 1. The reason for this is that IE5 resolves numeric
entities immediately, leaving the entity with the value "&" then it parses
this to build an EntityReference DOM Node - which then results in the parse
error.

According to the XML spec, the entity should be written as "<!ENTITY amp
"&#38;#38;"> .  See
http://www.w3.org/TR/1998/REC-xml-19980210#sec-predefined-ent.  This works
fine in IE5.


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list