{ for $x in publish('hxq','d')//inproceedings where $x/author = 'Leonidas Fegaras' order by $x/year descending return { $x/booktitle/text(), ':', $x/title/text() } }