summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/doc/snippets/patternist/introductionExample.xq
blob: 1a309dd7f586e0147a44b9b7c8450f81e5cdee5c (plain)
1
2
3
<bibliography>
{doc("library.xml")/bib/book[publisher="Addison-Wesley" and @year>1991]/<book year="{@year}">{title}</book>}
</bibliography>