Added test for type styles
[xmldoc.git] / test / styles.xml
diff --git a/test/styles.xml b/test/styles.xml
new file mode 100644 (file)
index 0000000..3e94e91
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+
+<doc style="main.css">
+
+   <book>
+
+   <titlepage>
+      <title>xmldoc styles check</title>
+   </titlepage>
+
+   <chapter>
+      <heading>The only chapter</heading>
+      <para>
+         <emph>emph</emph> for emphasized.
+      </para>
+      <para>
+         <strong>strong</strong> is usually bold.
+      </para>
+      <para>
+         <code>code</code> for code exeamples.
+      </para>
+      <para>
+         <remark>remark</remark> is highlighted.
+      </para>
+      <para>
+         For <sup>superscript</sup>
+         and <sub>subscript</sub> text.
+      </para>
+      <para>
+         Primary colors are <color colorname="red">red</color>,
+         <color colorname="green">green</color> and <color colorname="blue">blue</color>.
+      </para>
+      <para>
+         Sizes are <big>big</big> and <small>small</small>.
+      </para>
+
+   </chapter>
+
+   </book>
+
+</doc>