xquery version "1.0"; declare function local:count-projects() as xs:integer { count(/raweb/identification/shortname) }; element {QName("http://www.w3.org/1999/xhtml", "html")} { RAWEB teams summary,

RAWEB teams summary

{ local:count-projects() } projects

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