blob: 92c1ea49d40ab186ba0a3911f5b0b2a9d23dcc84 [file] [log] [blame]
(: Name: unabbreviatedSyntax-13 :)
(: Description: Evaluate self (self::employee)- Select the context node, if it is an "employee", otherwise return empty sequence :)
(: This test selects an "employee" element:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works/employee[1])
return $h/self::employee