Hermann Stamm-Wilbrandt wrote:
xslt2 allows a variable to be masked by a new variable of the same name.
xslt1 did not.
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)
I think that command line option "-xmlversion" relates to the XML
version (i.e. whether you want to parse XML 1.0 or 1.1 documents), not
to the XSLT version.
--
Martin Honnen
http://msmvps.com/blogs/martin_honnen/
--~------------------------------------------------------------------
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>
--~--