xsl-list
[Top] [All Lists]

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

2007-09-04 17:56:01
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

--~------------------------------------------------------------------
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>
--~--