blob: 5106b86bbd7bc66229a4c0701d75608dd950b9d7 [file] [log] [blame]
declare namespace ma = "http://www.example.com/AuctionWatch";
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
<Q8 xmlns:ma="http://www.example.com/AuctionWatch"
xmlns:eachbay="http://www.example.com/auctioneers#eachbay"
xmlns:xlink="http://www.w3.org/1999/xlink">
{
for $s in $input-context//ma:Trading_Partners/(ma:Seller | ma:High_Bidder)
where $s/*:NegativeComments = 0
return $s
}
</Q8>