Click to See Complete Forum and Search --> : XML to HTML


Aphexan
09-07-2005, 04:40 PM
Hello, I have a problem.. I'm not a programmer or so, I've just started a bit with C++ but this is about something else.
I have some old chatlogs I would like to view, but they are in XML and when i try to open it my browser just says


"Unable to view the XML-page.

XMLdata cant be viewed with the formattemplate/pattern (not the worlds best english here) XSL. Correct the error and press the Refreshbutton.


The indicated resource cant be found. Unable to treat/manage/handle the resource file: file:///C:/Documents and Settings/Aphexan på UiSet/Skrivbord/MessageLog.xsl."

So... How do i solve it?

Charles
09-07-2005, 06:12 PM
Using a text editor, open up the XML file involved.

One of the first lines will be something like: <?xml-stylesheet type="text/xsl" href=" file:///C:/Documents and Settings/Aphexan på UiSet/Skrivbord/MessageLog.xsl"?>Comment out that line.

Save the file and view it in your browser.