Implement subtree-skipping optimisation (a one liner, really ~_~) that skips a whole...
[tatoo.git] / tests / tiny.xml
1 <a>
2   <b/>
3   <b> <c> </c> </b>
4   <d><!--<e/> <f> <g/> </f>
5      <h/>
6   --></d>
7   <b><i/></b>
8 </a>