[F&O] 1.2 error in example

Section 1.2 of functions and operators includes the following example:

op:multiply($arg1 as numeric, $arg2 as numeric) as numeric

I believe this is vestigial and should be

op:numeric-multiply($arg1 as numeric, $arg2 as numeric) as numeric



-- 
Elliotte Rusty Harold  elharo@metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim

Received on Friday, 2 December 2005 20:16:17 UTC