show/hide this revision's text 2 Added a link to the explanation in my blog

Use this simple XPath 2.0 expression:

      $vSeq[index-of($vSeq,.)[2]]

where $vSeq is the sequence of values in which we want to find the duplicates.

For explanation of how this "works", see:

      http://dnovatchev.spaces.live.com/Blog/cns!44B0A32C2CCF7488!904.entry

Cheers,

Dimitre Novatchev

show/hide this revision's text 1

Use this simple XPath 2.0 expression:

      $vSeq[index-of($vSeq,.)[2]]

where $vSeq is the sequence of values in which we want to find the duplicates.

Cheers,

Dimitre Novatchev