The XSLT 1.0 rec stipulates that it is an error
to not have a version="1.0" attribute on your
<xsl:stylesheet> element (or an xsl:version="1.0"
attribute on your literal result element if using
the "simple form" of a stylesheet).
Vendors like Lotus, Oracle, Microsoft and others
have been tightening the "screws" so to speak in
their implementations in their latest releases
to enforce this.
__________________________________________________________
Steve Muench, Lead XML Evangelist / Consulting Product Mgr
Oracle Corp, Business Components for Java Development Team
http://technet.oracle.com/tech/xml
----- Original Message -----
From: "Mike Engelhart" <mengelhart@earthtrip.com>
To: "Cocoon Dev" <cocoon-dev@xml.apache.org>
Sent: Friday, February 25, 2000 4:07 PM
Subject: XSL Warning
| I'm getting this warning on my console for my XSP pages during page
| compilation.
|
| >XSL Warning: xsl:stylesheet requires a 'version' attribute!
|
| This happens as soon as I hit a changed or uncompiled XSP page. Anybody
| else?
|
| I'm using Xalan 0.19.5 and the rest is stock Cocoon 1.7 distribution.
|
| mike
|
|
|