How does one iterate over a sequence in xquery by twos?

Posted by spig on Stack Overflow See other posts from Stack Overflow or by spig
Published on 2010-03-24T17:51:25Z Indexed on 2010/03/24 17:53 UTC
Read the original article Hit count: 154

Filed under:

I want to iterate over a sequence in xquery and grab 2 elements at a time. What is the easiest way to do this?

© Stack Overflow or respective owner

Related posts about xquery