blob: 742f28c4856b0e4f7bea26eb9a3ff55e2fef7108 [file] [log] [blame]
(: Name: unabbreviatedSyntax-19 :)
(: Description: Evaluate "/descendant::employee/child::pnum" - Selects all the pnum elements that have an "employee" parent and that are in the same document as the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/descendant::employee/child::pnum