{for $book in doc("BibAdapted.xml")/bib/book return if (count($book/author) > 2) then {$book/title/text()} {count($book/author)} else () }