source: trunk/doc/src/snippets/patternist/introExample2.xq@ 788

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

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

File size: 137 bytes
Line 
1<bibliography>
2{
3 doc($file)/bib/book[publisher = $publisher and @year > $year]/<book year="{@year}">{title}</book>
4}
5</bibliography>
Note: See TracBrowser for help on using the repository browser.