I have just read the basics about XSL and XML and now I am trying to run a simple article.xsl file in IE. I use IE 6 on a PC with Windows 2000, and I installed msxml.
The article.xsl file is an example on how to use XSL that I found on the web so I assume that it works correctly. I already put the following tag on the first line of my article.xsl file :
<?xml-stylesheet type="text/xsl" href="article.xsl"?>
With this tag IE won't just show the xsl code and tries to process the xsl code instead. I can see normal html text but the xsl code fails to get any data out of my xml file. Is there something I forgot to add besides the text/xsl line ?
The article.xsl file is an example on how to use XSL that I found on the web so I assume that it works correctly. I already put the following tag on the first line of my article.xsl file :
<?xml-stylesheet type="text/xsl" href="article.xsl"?>
With this tag IE won't just show the xsl code and tries to process the xsl code instead. I can see normal html text but the xsl code fails to get any data out of my xml file. Is there something I forgot to add besides the text/xsl line ?