summaryrefslogtreecommitdiff
path: root/test/testdocs/mathml.001.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdocs/mathml.001.xml')
-rw-r--r--test/testdocs/mathml.001.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/testdocs/mathml.001.xml b/test/testdocs/mathml.001.xml
new file mode 100644
index 00000000..f7169af5
--- /dev/null
+++ b/test/testdocs/mathml.001.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook MathML Module V1.0//EN"
+ "http://www.oasis-open.org/docbook/xml/mathml/1.0/dbmathml.dtd">
+
+<article id="article">
+<articleinfo>
+<title>Unit Test: mathml.001.xml</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+</articleinfo>
+
+<para>The following equation is in MathML:</para>
+
+<informalequation>
+ <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
+ <mml:apply><mml:divide/></mml:apply>
+ </mml:math>
+</informalequation>
+
+</article>