patches
[SXSI/xpathcomp.git] / tests / test.xml
index cfeb539..286dfb0 100644 (file)
@@ -1,9 +1,22 @@
-<!DOCTYPE a SYSTEM "a.dtd" >
-<a id="3">
-  <c/>
-  <b>
-    <d/>
-  </b>
-  <b/>
-  <a/>
-</a>
+<?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>