for $album in doc("albums.xml")/albums/album return element tr { element td { $album/titre/text() } }