declare namespace tei="http://www.tei-c.org/ns/1.0"; declare namespace request="http://exist-db.org/xquery/request"; let $query := request:get-parameter("query", ""), $R := success TEI <urlText>Results from TEI P5</urlText> <urlLink> http://tei.oucs.ox.ac.uk/Query/search.xq?query={$query} </urlLink> {for $i in collection("/db/TEI")//(tei:elementSpec|tei:classSpec|tei:macroSpec)[@ident=$query] return http://tei.oucs.ox.ac.uk/Query/tag.xq?name={data($i/@ident)} {name($i)}: {data($i/@ident)} } return $R