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