I am using WebSphere 5.1. Before this I was using Visual Age. I
have some XML stylesheets that have the following:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl">
This worked just fine before going to WSAD but now I get errors
saying "stylesheet requires attribute: version".
As you can see, it is clearly there as "version="1.0". What is going
on?