changes for compiling, OJO: Makefile in xpathcomp modified
[SXSI/xpathcomp.git] / tests / test.xml
1 <?xml version="1.0"?>
2 <a>
3   <b>
4     <c>
5       <d/>
6     </c>
7     
8     <e/>
9   </b>
10   <b>
11     <e/>
12   </b>
13 </a>