blob: 2d7cedb86c69eeae6c7c9d79698681b5743494b4 [file] [log] [blame]
(: Name: unabbreviatedSyntax-33 :)
(: Description: Evaluate "child::*[self::empnum or self::pnum][fn:position() = fn:last()]". Selects the last empnum or pnum child of the context node. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works/employee[6])
return $h/child::*[self::empnum or self::pnum][fn:position() = fn:last()]