Evaluating XPath Expresssions

XPath Result of XPath Evaluation
for $i in (1 to 10) return $i * 2
2
4
6
8
10
12
14
16
18
20