Skip to content

Instantly share code, notes, and snippets.

@dmcassel
Created January 10, 2014 20:53
Show Gist options
  • Save dmcassel/8362362 to your computer and use it in GitHub Desktop.
Save dmcassel/8362362 to your computer and use it in GitHub Desktop.
let $seq1 := (: some sequence of values :)
let $seq2 := (: some sequence of values :)
return fn:distinct-values($seq1[fn:not(.=$seq2)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment