source:
trunk/doc/src/snippets/patternist/forClause.xq
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 102 bytes |
Line | |
---|---|
1 | for $i in(reverse(1 to 10)), |
2 | $d in xs:integer(doc("numbers.xml")/numbers/number) |
3 | return ($i + $d) |
Note:
See TracBrowser
for help on using the repository browser.