xquery version "1.0"; import module namespace raweb = "http://raweb.inria.fr/" at "raweb-module.xq"; element {QName("http://www.w3.org/1999/xhtml", "html")} { 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 }
}