declare option saxon:output "indent=yes"; { for $person in //person where $person/@category = "friends" order by $person/date-of-birth return { $person/date-of-birth } { $person/lastname } { $person/firstname } }