xquery version "1.0"; import module namespace raweb = "http://raweb.inria.fr/" at "../ra/raweb-module.xq"; { attribute xmlns {"http://www.w3.org/1999/xhtml"} } RAWEB teams summary

RAWEB teams summary

{ raweb:count-projects() } projects

{ for $project in /raweb/identification let $persons := count($project//person) return }
ProjectPersons
{ string($project/shortname) }{ $persons }