| [SOLVED] After attaching XSLT stylesheet to the XML, How to make IE7 display the outp I have an XML file , and I created a XSLT stylesheet for that. Within the XML file I added the PI <?xml-stylesheet type="text/xml" href="15-6.xsl"?>.
.
Now to make sure this is working or not, I tested using XML Spy, and I see the output. (Meaning I opened in XML Spy the XML file, and selected XSLT transformation from the menu)
But when I open the XML file in the IE7, I see only the XML code, and not the output.
How do I make IE7 display the output?
somebody? |