Re: [xsl] Unexpected Context Node at Points in XPath Expression

Subject: Re: [xsl] Unexpected Context Node at Points in XPath Expression
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 05 Sep 2007 02:54:58 +0200
Michael Terry wrote:
Awesome, thanks very much. It's quite clear. Offhand I can't verify
whether my production tools (a so-called scripting addition for
AppleScript, by Satimage) use XSLT 2.0. I'll check it out tonight. -
mt

Check the listing guidelines on how to find out what version of xsl is supported.


Ah, well, here it is: <xsl:value-of select="system-property('xsl:version')" />

if it says "2.0" you are lucky, then it probably uses Saxon under the hood. But I can bet on it that it only supports XSLT 1.0 (worthwhile to check out 'xsl:vendor' too, then you know what processor it actually uses)... But maybe you can add other .NET or Java classes? Then it would be easy to expand it..

-- Abel

Current Thread