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