Revision 6f86eb3006d815bb183e0d0d8f94a9b3357d38a4 authored by Syd Bauman on 10 September 2014, 03:37:43 UTC, committed by Syd Bauman on 10 September 2014, 03:37:43 UTC
1 parent 700bf7e
Raw File
count-pages.xql
for $t in //TEI.2
let $n := $t//pb
order by count($n) descending
return  <count>
{$t/text/@id} 
{count($n)}
</count>
back to top