blob: 32f884f66258eba0a42c749f184c173da3851cf3 [file] [log] [blame]
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
<result>
{
for $c in $input-context//chapter
where empty($c/intro)
return $c/section/intro/para
}
</result>