X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=tests%2Fxmark_queries.template;fp=tests%2Fxmark_queries.template;h=237bba7f2b6c6ab63b241390216acb38b922c0b1;hp=0000000000000000000000000000000000000000;hb=d5a441c8901e2b3495653247fb602ce799dc2e0a;hpb=5f1d396f4a04c9a0c6bb3da4176fd47a4473d35d diff --git a/tests/xmark_queries.template b/tests/xmark_queries.template new file mode 100644 index 0000000..237bba7 --- /dev/null +++ b/tests/xmark_queries.template @@ -0,0 +1,21 @@ +A1 /site/closed_auctions/closed_auction/annotation/description/text/keyword +A2 //closed_auction//keyword +A3 /site/closed_auctions/closed_auction//keyword +A4 /site/closed_auctions/closed_auction[annotation/description/text/keyword]/date +A5 /site/closed_auctions/closed_auction[descendant::keyword]/date +A6 /site/people/person[profile/gender and profile/age]/name +A7 /site/people/person[phone or homepage]/name +A8 /site/people/person[address and (phone or homepage) and (creditcard or profile)]/name +B1 /site/regions/*/item[parent::namerica or parent::samerica]/name +B2 //keyword/ancestor::listitem/text/keyword +B3 /site/open_auctions/open_auction/bidder[following-sibling::bidder] +B4 /site/open_auctions/open_auction/bidder[preceding-sibling::bidder] +B5 /site/regions/*/item[following::item]/name +B6 /site/regions/*/item[preceding::item]/name +B7 //person[profile/@income]/name +B8 /site/open_auctions/open_auction[bidder and not(bidder/preceding-sibling::bidder)]/interval +B9 /site/open_auctions/open_auction[(not(bidder/following::bidder) or not(bidder/preceding::bidder)) or (bidder/following::bidder and bidder/preceding::bidder)]/interval +B10 /site/open_auctions/open_auction[(not(bidder/following::bidder) or not(bidder/preceding::bidder)) and (bidder/following::bidder and bidder/preceding::bidder)]/interval +B11 //open_auction/bidder/../bidder/../bidder/../interval +B12 //item/@id/../@id/../@id/../@id/../name +B13 //keyword/ancestor::parlist/descendant::keyword/ancestor::parlist/descendant::keyword/ancestor::parlist/descendant::keyword