I think they’re old yahoo chats, and I want to get inside and see what’s in them, but I get the following error:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
I don’t know a thing about xml, so any help would be great.
One Comment
XML is usually associated with Internet Explorer on Windows systems, by default. It is trying to display the data (in the XML file) after processing it with the stylesheet (XSL file) specified. But, since the XSL file is not there, it fails.
You are in luck though. XML files are plain text, so you can open the file in a text editory (like Notepad or Wordpad) and see the contents.
Post a Comment