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