The XSL implementation embedded in IE has some differences from the W3C
Recommendation (especially older versions of IE).
Start your stylesheet with this:
<xsl:stylesheet
xmlns:xsl=http://www.w3.org/1999/XSL/Transform
version="1.0" >
Both the correct namespace declaration and the version must be present.
-- Dave
----- Original Message -----
From: "Meyer, Carsten" <[EMAIL PROTECTED]>
> Now this seems like a good idea, but I get an error saying the following
:
>
> "XSL warning: xsl stylesheet requires a 'version' attribute! Location
> file....."
>
> How do I solve this?
> My XSL-stylesheet starts the following way:
>
> <?xml version="1.0"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
>
> I've tried putting a version attribute in there, but that doesn't work.
:-(
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]