fixed typo in print_xml_fast
[SXSI/xpathcomp.git] / tests / test.xml
index 87340f4..4411c44 100644 (file)
@@ -1 +1,13 @@
-<a>YYYYYYYYYYYYY<b>AAAAAAAAA</b>XXXXXXXXXXXX</a>
+<?xml version="1.0"?>
+<a>
+  <b>
+    <c>
+      <d/>
+    </c>
+    
+    <e/>
+  </b>
+  <b>
+    <e/>
+  </b>
+</a>