You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Robert Justice <ro...@xmarksthespot.com> on 2000/05/03 21:26:12 UTC

Not finding version attribute in xsl

I set it manually, but Xalan doesn't recognize it.  Here's the XSL snippet:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl"> 

Here's the warning:

XSL Warning: xsl:stylesheet requires a 'version' attribute!,
xsl, line 6, offset 71

Also, I notice that my transfomation output is just XSL, not HTML.  Is this
because the processor craps out after the above warning?  Or, do I have to
call setOutputMethod() programatically?

Thanks for any help you might have.

RJ