IE 6, xml with xsl

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top