xquery version "1.0"; declare variable $doc as document-node() external; let $count_paragraphs := count($doc//p) return $count_paragraphs