Re: [xsl] function-available returns false

Subject: Re: [xsl] function-available returns false
From: Michael Müller-Hillebrand <mmh@xxxxxxxxxxxxx>
Date: Sun, 4 May 2008 16:43:20 +0200
Am 03.05.2008 um 23:30 schrieb Manfred Staudinger:

2008/5/3 Michael M|ller-Hillebrand <mmh@xxxxxxxxxxxxx>:
 * I guess it would be very useful to visibly report the processor
type and
version.
Yes ... but what would you expect to see in your case (Safari 3.1.1) ?



I guess that would require non-XSLT code, no just simple:

<xsl:value-of select="system-property('xsl:version')" />
<xsl:value-of select="system-property('xsl:vendor')" />
<xsl:value-of select="system-property('xsl:vendor-url')" />

and all other possibly available system-properties (XSLT 2.0) or
known properties by public products.

Now I understand the numbers better (I could have looked at the
source...). The Firefox output

4. xslt functions (9 in total)
    *    unparsed-entity-uri: false

means: There are 9 xslt function, but the one mentioned is not
available, so it supports only 8.

- Michael M|ller-Hillebrand

--
_______________________________________________________________
Michael M|ller-Hillebrand: Dokumentations-Technologie
Adobe Certified Expert, FrameMaker
Lvsungen und Training, FrameScript, XML/XSL, Unicode
<http://cap-studio.de/> -- Tel. +49 (9131) 28747

Current Thread