In a message dated 11/02/2003 19:31:25 GMT Standard Time, mburbidg@adobe.com writes: > <users> > for $user in document("...")//users > return { $user/name/text() }<br/> > <users> > > But the expression in the return is not a valid expression, according > to the Microsoft prototype. Does the following work? <users> { for $user in document("...")//users return { $user/name/text() }<br/> } <users> Andrew WattReceived on Tuesday, 11 February 2003 14:51:22 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 22 July 2006 00:10:18 GMT