Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Announcing some EXSLT support for firefox 3

5 views
Skip to first unread message

Jonas Sicking

unread,
Dec 28, 2006, 6:23:44 PM12/28/06
to
Hi all XSLT fans.

We now have code checked in to support some parts of EXSLT [1]. These
functions will be supported in the upcoming Firefox 3 release (sorry, no
chance of backporting to earlier releases)

exsl:node-set
exsl:object-type
regexp:test
regexp:match
regexp:replace
set:difference
set:distinct
set:intersection
set:distinct
set:has-same-node
set:leading
set:trailing
str:tokenize
str:concat
str:split
math:min
math:max
math:highest
math:lowest

The above functions should work in the current nightly builds. Please
test and report any problems.

/ Jonas

[1] http://exslt.org

Martin Honnen

unread,
Jan 2, 2007, 11:25:39 AM1/2/07
to
Jonas Sicking wrote:

> We now have code checked in to support some parts of EXSLT [1]. These
> functions will be supported in the upcoming Firefox 3 release (sorry, no
> chance of backporting to earlier releases)

Nice. Is it hard to make the functions like math:min also available to
XPath evaluated using the W3C DOM API (domDocument.evaluate)? I know it
is EXSLT and not EXPath but I think most people using the W3C DOM XPath
API would benefit from having such functions available too.


--

Martin Honnen
http://JavaScript.FAQTs.com/

Jonas Sicking

unread,
Jan 2, 2007, 4:05:52 PM1/2/07
to

We should look into doing this I agree. Please file a bug.

/ Jonas

Martin Honnen

unread,
Jan 3, 2007, 10:56:11 AM1/3/07
to
Jonas Sicking wrote:

>> Is it hard to make the functions like math:min also available to
>> XPath evaluated using the W3C DOM API (domDocument.evaluate)?

> We should look into doing this I agree. Please file a bug.


Filed as <https://bugzilla.mozilla.org/show_bug.cgi?id=365801>.

0 new messages