libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / regexp / xpath
blob62c18c41cca821fe5378e082e627d3dcd4b2fa99
1 =>(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*(\|(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*)*
3 a12/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b3
5 a|b
6 .//a:b
7 a/b/c
8 a/*/b
9 a:*/b:*/c:*
10 child::a/child::b:*
11 child::a/child::b:*|a/*/b|.//a:b
13 1ab
14 a:1
16 ancestor::a
18 # the previous regexp from the Schemas for Schemas was broken
19 # here is the fixed one:
20 # http://lists.w3.org/Archives/Public/www-xml-schema-comments/2002AprJun/0005.html
22 =>(\.//)?(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.)(/(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.))*(\|(\.//)?(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.)(/(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.))*)*
24 a12/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b3
26 a|b
27 .//a:b
28 a/b/c
29 a/*/b
30 a:*/b:*/c:*
31 child::a/child::b:*
32 child::a/child::b:*|a/*/b|.//a:b
34 1ab
35 a:1
37 ancestor::a