> > The second example under Constructing Sequences in the 1.0 draft > (http://www.w3.org/TR/xquery/#construct_seq) shows a nested > list that's almost identical to your own: > > (10, (1, 2), (), (3, 4)) > > It does indeed evaluate to: > > 10, 1, 2, 3, 4 > And of course the practical application of this is that ($a, $b) concatenates two sequences or appends an item to a sequence. Michael KayReceived on Wednesday, 19 February 2003 05:43:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 22 July 2006 00:10:18 GMT