(: Name: id-replace-expr-019 :) (: Description: Evaluation of a replace expression where the target expression results in more than one node and usage of the "value of" keyword. :) (: insert-start :) declare variable $input-context external; (: insert-end :) let $var1 := $input-context/employees[1]/employee[1] let $var2 := 10 return replace value of node $var1/child::* with $var2/salary[1]