Subject: RE: question on variable definition
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 30 Mar 2010 13:09:04 +0100
|
> > 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
> >
>
> 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.
>
Yes indeed. Sorry I responded without reading properly, I read it as
referring to <xsl:stylesheet version="1.0">.
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
|