FIX: XML Data Island Does Not Load Correctly in Internet Explorer (257723)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 5
- Microsoft Internet Explorer (Programming) 5.01
This article was previously published under Q257723
97989, 93604, 423083
SYMPTOMS
When you load an HTML document with an inline XML data island, sometimes the data island does not load correctly. The following error message: appears:
Object Required.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Internet Explorer version 5.01. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
267954 How to Obtain the Latest Internet Explorer 5.01 Service Pack
Use the SRC attribute of the data island to point to an XML file or an Active Server Pages (ASP) page that returns XML data instead of embedding
the XML data file directly in the data island itself. For example:
<xml src="myXML.xml"></xml> or <xml src="myXML.asp"></xml>
STATUS This problem was first corrected in Internet Explorer version 5.01 Service Pack 2.This problem was corrected in Internet Explorer 5.5.
REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
239540 PRB: XML Viewer Does Not Perform Validation
254643 PRB: loadXML Method Fails to Process DTD or Schema with Relative Path at the Server Side
For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:
Modification Type: | Major | Last Reviewed: | 5/11/2006 |
---|
Keywords: | kbBug kbfix kbIE501preSP2fix kbMSXMLnosweep KB257723 |
---|
|