Since upgrading from NT4 to Windows 2000 my ASP code to generate HTML from XML files has stopped working.
My XSL starts with:
<xsl:stylesheet version="1.0" xmlns:xsl="
When calling transformNode, rather than applying the XSL file to an XML file and generating HTML, the actual contents of the XSL file are being returned.
If I change the XSL files namespace to:
<xsl:stylesheet xmlns:xsl="
then the transformation works (provided that it is simple XSL)
What is happening ? I have MSXML3 & 4 installed (and everthing else for that matter). I am at my wits end. Bloody Microsoft, a simple upgrade, grumble grumble.....
My XSL starts with:
<xsl:stylesheet version="1.0" xmlns:xsl="
When calling transformNode, rather than applying the XSL file to an XML file and generating HTML, the actual contents of the XSL file are being returned.
If I change the XSL files namespace to:
<xsl:stylesheet xmlns:xsl="
then the transformation works (provided that it is simple XSL)
What is happening ? I have MSXML3 & 4 installed (and everthing else for that matter). I am at my wits end. Bloody Microsoft, a simple upgrade, grumble grumble.....