let $auction := doc("http://monetdb.cwi.nl/xmark/auctions.xml") return for $b in $auction/site/open_auctions/open_auction where some $pr1 in $b/bidder/personref[@person = "person20"], $pr2 in $b/bidder/personref[@person = "person51"] satisfies $pr1 << $pr2 return {$b/reserve/text()}