OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   <!ENTITY amp "&38;">

[ Lists Home | Date Index | Thread Index ]
  • From: Chris Lovett <clovett@microsoft.com>
  • To: xml-dev@ic.ac.uk
  • Date: Tue, 1 Dec 1998 09:05:14 -0800

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@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)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS