source: trunk/doc/src/snippets/patternist/forClauseOnFeed.xq

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 115 bytes
Line 
1for $item in doc('feed.rss')//item
2return <p>
3 {
4 $item/description/node()
5 }
6 </p>
Note: See TracBrowser for help on using the repository browser.