source:
trunk/doc/src/snippets/patternist/forClause2.xq
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 100 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.