{ for $book in doc("BibAdapted.xml")/bib/book let $t := $book/title/text() order by $t return {$t} }