fixed typo in print_xml_fast
[SXSI/xpathcomp.git] / tests / test.xml
index 286dfb0..4411c44 100644 (file)
@@ -1,22 +1,13 @@
 <?xml version="1.0"?>
-<b>foo
-  <e/>
-  <f>
-    <c> 
-      <a><g/> </a>
-    </c> 
-    <d> foobar
-      <a/>
-    </d> 
-    <e> 
-      <a> </a>
-    </e> 
-    <c> 
-    <g>
-      <a/> 
-    foo  <a/> 
-    </g>
-  </c> 
-  </f>
-  foo
-</b>
+<a>
+  <b>
+    <c>
+      <d/>
+    </c>
+    
+    <e/>
+  </b>
+  <b>
+    <e/>
+  </b>
+</a>