Re: Php.XPath 3.2 released!!
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-07-22 11:10:18
|
On Saturday 20 Jul 2002 21:15, Nigel Swinson wrote: > many thanks to all who > submitted reports. many thanks for all your work, Nigel > I've tagged this one as "stable" because it's > been a while since there were any bug reports, but if you spot any, > then let us know and we'll do another release. the sum function no longer seems to work - seems to always return 0. Given: <km>100</km> <km>200</km> evaluate("sum(//km)") should surely return 300. This was working in 3.0. |