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