blob: 7de4d0d11289abd3c8f3504819dae3fc080cc420 [file] [log] [blame]
(: Name: fn-name-11:)
(: Description: Evaluation of the fn:name function with argument that uses the "descendant" axes:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works/employee[2])
return fn:name($h/descendant::empnum[position() = 1])