Bookstore

{ for $x in doc('libros')//book return }
TITULO CATEGORÍA
{data($x/title)} {data($x/@category)}