blob: e6381f59fc35d0a2ec9739d2b03b8db436601d62 [file] [log] [blame]
(: Name: unabbreviatedSyntax-31 :)
(: Description: Evaluate "child::employee[child::status]". Selects the employee children of the context node that have one or more status children. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/child::employee[child::status]