This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: [exsl] EXSLT 1.0 - Common, Sets and Math


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]