Project

General

Profile

1
let \$list := collection('/db/DRIVER/RepositoryServiceResources/RepositoryServiceResourceType')//INTERFACE/$xpath$
2

    
3
for \$x in distinct-values(\$list) 
4
where string-length(\$x) > 0
5
return concat(\$x, ' @-@-@ ', count(\$list[.=\$x]))
(1-1/4)