blob: d83829bbc6bafb581c3e9214933d8b05deb13a9f [file] [log] [blame]
(: Name: position-21 :)
(: Description: Evaluation of "fn:position" used together with a logical expression ("or" operator and "false" function). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works/employee[12])
return $h/overtime[position() or fn:false()]