how to display xml in IE6?
-
I'm learning XML now. Creating a simple xml file which is as follows: John Smithy Doe
123 Some Street P.O. Box 555 Anytown NC 55555
5551212 5551213 john@doe.com http://www.doe.com but when trying to run it in IE6, is returned the following error: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- The system cannot locate the resource specified. Error processing resource 'customer.dtd'. Error processing resource 'file:///D:/XMLExcise/xml1.xml'. Line 2, Position 42 So, what does this mean and what's the solution for it? Thanks!
-
I'm learning XML now. Creating a simple xml file which is as follows: John Smithy Doe
123 Some Street P.O. Box 555 Anytown NC 55555
5551212 5551213 john@doe.com http://www.doe.com but when trying to run it in IE6, is returned the following error: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- The system cannot locate the resource specified. Error processing resource 'customer.dtd'. Error processing resource 'file:///D:/XMLExcise/xml1.xml'. Line 2, Position 42 So, what does this mean and what's the solution for it? Thanks!