IE 6, xml with xsl

  • Thread starter Thread starter B
  • Start date Start date
B

B

Hi Everybody,

I have tried to write an XML file as the following:

<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="./test.xsl" type="text/xsl"?>
<simpleName>
<Name>Car</Name>
</simpleName>

Originally, it shows the transformed XML, as similar as a html.
But now, it only shows the original XML file.

Deeply thanks for your help to let me know how to fix it.


Regards,
B
 
This seems to be introduced by XP SP2 changes to IE
security. The security toolbar claims it is
stopping "active content", but when you choose to allow
such content it still just shows the raw, untransformed
xml.
 
Back
Top