(: Name: id-insert-expr-040 :) (: Description: Evaluation of insert expression where a two groups of element nodes is inserted as using "after" clause. Make sure order is mantained within groups. :) (: insert-start :) declare variable $input-context external; (: insert-end :) let $var := $input-context/works[1]/employee[1] return ( insert node (Part Time,26) after $var/empnum[1], insert node (Full Time,30) after $var/empnum[1] )