Hi,
I'm converting an old website which uses clientside XSLT based on an old working draft:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
It looks like IE is the only browser who can manage to transform the HTML client side.
When transforming is done serverside with .net code, it will throw an error:
System.Xml.Xsl.XslLoadException occurred
Message="The 'http://www.w3.org/TR/WD-xsl' namespace is no longer supported."
Is there an easy way to convert the stylesheets (a lot of them) automatically?
Regards,
Michel