{ for $b in doc("bib.xml")//book[author] return { $b/title } { $b/author } } { for $b in doc("bib.xml")//book[editor] return { $b/title } {$b/editor/affiliation} }