Skip to content

Instantly share code, notes, and snippets.

@ubermichael
Created October 20, 2016 17:27
Show Gist options
  • Save ubermichael/9937ecd929a48ccbbd1de56df331c1bd to your computer and use it in GitHub Desktop.
Save ubermichael/9937ecd929a48ccbbd1de56df331c1bd to your computer and use it in GitHub Desktop.
declare namespace xhtml="http://www.w3.org/1999/xhtml";
let $wc :=
for $p in collection('/db/apps/wilde-data/data')//xhtml:p
return count(tokenize($p, '\s'))
return sum($wc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment