Added test for table.
[xmldoc.git] / test / table.xml
diff --git a/test/table.xml b/test/table.xml
new file mode 100644 (file)
index 0000000..d35db2e
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+
+<doc style="main.css">
+
+   <book>
+
+   <titlepage>
+      <title>xmldoc table check</title>
+   </titlepage>
+
+   <chapter>
+      <heading>A table example</heading>
+      <table cpos='lr'>
+        <thead><col>Drink   </col><col>Price</col></thead>
+        <row><col>Beer      </col><col> 1.80</col></row>
+        <row><col>Wiskey    </col><col> 3.50</col></row>
+        <row><col>Wine      </col><col> 2.20</col></row>
+      </table>
+   </chapter>
+
+   </book>
+
+</doc>