for $album in doc("albums.xml")//album let $titre := $album/titre where starts-with($titre, "Tintin") order by number($album//annee) descending return $titre