blob: d0f2100245f15d392fb63ec3fa626ed015d16bc2 [file] [log] [blame]
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
<bib>
{
for $b in $input-context/bib/book
where $b/publisher = "Addison-Wesley" and $b/@year > 1991
return <book year="{ $b/@year }">{ $b/title }</book>
}
</bib>