(: Module: Language building for the search interface. Returns all available languages for a dictionary. :) module namespace classmenu="http://www.risten.no/shared/classmenu"; declare namespace util="http://exist-db.org/xquery/util"; (: return the specified classification :) declare function classmenu:get-classification($class as xs:string) as element() { for $r in /classification[@id = $class] return $r };