blob: 50647a70ae3871cb6128f5282b64c79c44ae1c41 [file] [log] [blame]
(: Name: nametest-16 :)
(: Description: Name test that selects all the children of the context node with "child::employee".:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := $input-context1/works
return
fn:count($var/child::employee)