Mega Code Archive

 
Categories / XML / Xquery
 

Binding multiple variables in a quantified expression

File: Query.xquery some $i in (1 to 3), $j in (10, 11)   satisfies $j - $i = 7 Output: <?xml version="1.0" encoding="UTF-8"?>true