blob: 88718e4d3647c2352f7c8a209ac03a4916a2b33e [file] [log] [blame]
(: Name: last-6 :)
(: Description: Evaluation of "fn:last" together with the "<<" node operator :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in ($input-context1/works)
return $h/employee[last()] << $h/employee[last()]