blob: 662bae74859fedaad2f87b039fcaa2a86588324d [file] [log] [blame]
(: Name: ForExprType021 :)
(: Description: Match a 'document' type :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $doc as document-node() in $input-context
return count( $doc )