[Bug 29356] Add fn:product

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29356

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
It's very easy to define it yourself:

let $product := 
  fold-left(?, 1, function($x, $y){$x * $y})

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 3 January 2016 23:25:02 UTC