Added charset declaration for HTML
[xmldoc.git] / test / titlepage.xml
diff --git a/test/titlepage.xml b/test/titlepage.xml
new file mode 100644 (file)
index 0000000..f99c6f0
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+
+<doc>
+
+   <book>
+
+   <titlepage>
+      <title>xmldoc titlepage check</title>
+      <author>Arjen Baart  &lt;arjen@andromeda.nl&gt;</author>
+      <date>July 13, 2019</date>
+      <abstract>
+         XMLdoc test suite for regression testing
+      </abstract>
+   </titlepage>
+
+      <chapter>
+         <heading>The only chapter</heading>
+
+      </chapter>
+
+   </book>
+
+</doc>