test case to debug : in predicates, only recurse on left child for the first step,
[SXSI/xpathcomp.git] / tests / test.xml
1 <!DOCTYPE a SYSTEM "a.dtd" >
2 <a id="3">
3   <c/>
4   <b>
5     <c/>
6     <d/>
7     <c/>
8   </b>
9   <b/>
10   <a/>
11 </a>