/xquery/get-all-concepts.xql
http://transcriptstudio4isha.googlecode.com/ · Unknown · 5 lines · 3 code · 2 blank · 0 comment · 0 complexity · 5457abfc2c87a4ece689dd4b5c362ae2 MD5 · raw file
- xquery version "1.0";
-
- import module namespace concept-fns = "http://www.ishafoundation.org/ts4isha/xquery/concept-fns" at "concept-fns.xqm";
-
- normalize-space(string-join(concept-fns:get-all-concepts(false()), ' '))