Added charset declaration for HTML
[xmldoc.git] / test / toc.xml
diff --git a/test/toc.xml b/test/toc.xml
new file mode 100644 (file)
index 0000000..c8d9966
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+
+<doc>
+
+   <book>
+
+   <titlepage>
+      <title>xmldoc table of contents check</title>
+      <author>Arjen Baart  &lt;arjen@andromeda.nl&gt;</author>
+      <date>July 15, 2019</date>
+   </titlepage>
+
+   <toc/>
+
+      <chapter>
+         <heading>The first chapter</heading>
+         <section>
+            <heading>The first section</heading>
+            <subsection>
+               <heading>The first subsection</heading>
+               <subsubsection>
+                  <heading>The first subsubsection</heading>
+                  <paragraph>
+                     <heading>The first paragraph</heading>
+                     <subparagraph>
+                        <heading>The first subparagraph</heading>
+                     </subparagraph>
+                  </paragraph>
+               </subsubsection>
+            </subsection>
+         </section>
+
+      </chapter>
+
+      <chapter>
+         <heading>The second chapter</heading>
+         <section>
+            <heading>The second section</heading>
+            <subsection>
+               <heading>The second subsection</heading>
+               <subsubsection>
+                  <heading>The second subsubsection</heading>
+                  <paragraph>
+                     <heading>The second paragraph</heading>
+                     <subparagraph>
+                        <heading>The second subparagraph</heading>
+                     </subparagraph>
+                  </paragraph>
+               </subsubsection>
+            </subsection>
+         </section>
+
+      </chapter>
+
+   </book>
+
+</doc>