xquery version "1.0"; declare option exist:serialize "expand-xincludes=no"; declare namespace util="http://exist-db.org/xquery/util"; declare namespace i18n="http://apache.org/cocoon/i18n/2.1"; declare namespace xi="http://www.w3.org/2001/XInclude"; import module namespace dictmenu="http://www.risten.no/shared/dictmenu" at "../xquery/dictmenu.xqm"; import module namespace langmenu="http://www.risten.no/shared/langmenu" at "../xquery/langmenu.xqm"; import module namespace classmenu="http://www.risten.no/shared/classmenu" at "../xquery/classmenu.xqm"; import module namespace ristenutil="http://www.risten.no/shared/util" at "../xquery/ristenutil.xqm"; (: Author: Sjur N. Moshagen "moshagen@samediggi.no" $Id$ :)
Help