xsl-list
[Top] [All Lists]

RE: [xsl] question on variable definition

2010-03-30 07:08:12

that was the reason I used option "-xmlversion:1.0" for saxon:
$ java -jar saxon9he.jar -xmlversion:1.0 -xsl:m.xsl -s:m.xsl 
-versionmsg:off ; echo

Is this a saxon bug? (not acting on specified version)


No. Setting version="1.0" causes an XSLT 2.0 processor to adopt
backwards-compatible behaviour, which generally means that valid 1.0
stylesheets exhibit the 1.0 behaviour. It doesn't mean that the 2.0
processor is expected to reject constructs that were illegal in 1.0.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>