Safety before Techfest
[SXSI/xpathcomp.git] / tests / xpathmark-queries.txt
1 #XPATHMARK A queries
2 /site/closed_auctions/closed_auction/annotation/description/text/keyword
3 /descendant::closed_auction/descendant::keyword
4 /site/closed_auctions/closed_auction/descendant::keyword
5 /site/closed_auctions/closed_auction[annotation/description/text/keyword]/date
6 /site/closed_auctions/closed_auction[descendant::keyword]/date
7 /site/people/person[profile/gender and profile/age]/name
8 /site/people/person[phone or homepage]/name
9 /site/people/person[address and (phone or homepage) and (creditcard or profile)]/name
10
11 #XPATHMARK B queries
12 #/site/open_auctions/open_auction/bidder[following-sibling::bidder]
13 #/descendant::person[profile/@income]/name
14