Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE6 and XML Data Islands

Status
Not open for further replies.

CodeFish

Programmer
Sep 27, 2001
128
GB
Hi All,

When we upgraded to IE6 some of our Web Pages which were using XML Data Islands stopped working.

We have since found out that the pound sign "£" appears to be an illegal character and its entity reference has to be used instead (£).

When all occurances of "£" were replaced in the attribute and Element nodes, the web pages worked again.

e.g.
<example currency=&quot;&#163;&quot; country=&quot;&quot; >&#163;500</example>

Thus, it appears the XML is more stricter in IE6 than IE5.5

Since then we have changed all characters above chr(127) for their entity value when placed in xml data islands.

Anybody else had troubles?

Codefish
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top