xquery version "1.0"; import module namespace raweb = "http://raweb.inria.fr/" at "raweb-module.xq"; import module namespace request = "http://exist-db.org/xquery/request"; 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) where string($project/shortname)=request:get-parameter("proj", "ACACIA") return }
ProjectPersons
{ string($project/shortname) }{ $persons }
}