{ for $i in collection("Northwind.dbo.Employees")/Employees return { $i/EmployeeID } { concat($i/LastName, ', ', $i/FirstName) } { $i/Extension } } (: Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved. :)