Added charset declaration for HTML
[xmldoc.git] / test / basic.xml
diff --git a/test/basic.xml b/test/basic.xml
new file mode 100644 (file)
index 0000000..3d45b6d
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+
+<doc>
+
+   <book>
+
+      <chapter>
+         <heading>The only chapter</heading>
+
+      </chapter>
+
+   </book>
+
+</doc>