doc/src/snippets/patternist/introExample2.xq
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <bibliography>
       
     2 {
       
     3     doc($file)/bib/book[publisher = $publisher and @year > $year]/<book year="{@year}">{title}</book>
       
     4 }
       
     5 </bibliography>