Subject: RE: [exsl] EXSLT 1.0 - Common, Sets and Math
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 12 Mar 2001 13:18:14 -0000
|
> I'd like to use system-property() for this. What about:
>
> system-property('exsl:common-available') => true()/false()
> system-property('exsl:math-available') => true()/false()
> ...
>
A disadvantage of this is that there's then no mechanism for third parties
to implement the extension libraries. Up till now, the functions have all
been implementable (many of them with a portable implementation) on top of
an XSLT 1.1 processor that supports xsl:script, without changes to the
processor.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|