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