Recent Topics

1 Sep 26, 2005 12:49    

Hello,

When i click on the RSS links it shows complete XML code with following error.

"This XML file does not appear to have any style information associated with it. The document tree is shown below."

how can i fix this?

Browser used is "Firefox" version 1.5 Beta 1

2 Sep 26, 2005 13:30

(X)HTML can use CSS files for their display. XML files can use XSLT files. When Firefox displays such a message, it juste hasn't found any associated XSLT file and displays the raw XML file. There is nothing to worry about.

XML files are not intended for human reading, but for software processing. With XSLT, they can be easily read by humans. If you use MSN Messenger and log your conversations, open the log folder, and open an XML file: you're going to read a well formed, perfectly readable XML file using XSLT.

In order to "fix" your Firefox issue, create a XSLT file to associate your XML feeds to.


Form is loading...