fixed typo in print_xml_fast
[SXSI/xpathcomp.git] / tests / test.xml
index d83dfc0..4411c44 100644 (file)
@@ -1,11 +1,13 @@
-<!DOCTYPE a SYSTEM "a.dtd" >
-<a id="3">
-  <c/>
+<?xml version="1.0"?>
+<a>
   <b>
-    <c/>
-    <d/>
-    <c/>
+    <c>
+      <d/>
+    </c>
+    
+    <e/>
+  </b>
+  <b>
+    <e/>
   </b>
-  <b/>
-  <a/>
 </a>