Created
October 20, 2016 17:27
-
-
Save ubermichael/9937ecd929a48ccbbd1de56df331c1bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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