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
> 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/
We should look into doing this I agree. Please file a bug.
/ Jonas
>> 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>.