xsl-list
[Top] [All Lists]

Re: [xsl] function-available returns false

2008-05-04 07:43:51
Am 03.05.2008 um 23:30 schrieb Manfred Staudinger:

2008/5/3 Michael Müller-Hillebrand <mmh(_at_)cap-studio(_dot_)de>:
* 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
Lösungen und Training, FrameScript, XML/XSL, Unicode
<http://cap-studio.de/> -- Tel. +49 (9131) 28747




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

<Prev in Thread] Current Thread [Next in Thread>