XML : Does In XQuery 1.0 exist a function that check if a value in a list is present in another one?

Having two different list in XQuery

  $list1:  A  B  C  D    

and

  $list2  A  D    

Is there a function that does: create $list3 with all element of $list2 not present in $list1?

No comments:

Post a Comment