In the October 04 language specification op:to was changed to have optionally have empty operands: "Each of the operands of the to operator is converted as though it was an argument of a function with the expected parameter type xs:integer?. If either operand is an empty sequence, or if the integer derived from the first operand is greater than the integer derived from the second operand, the result of the range expression is an empty sequence..." Which means in F&O the signature op:to($firstval as xs:integer, $lastval as xs:integer) as xs:integer* should be: op:to($firstval as xs:integer?, $lastval as xs:integer?) as xs:integer* --SarahReceived on Thursday, 16 December 2004 00:32:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 March 2012 18:14:37 GMT