summaryrefslogtreecommitdiff
path: root/test/testdocs/informalequation-mml.001.xml
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-05-05 23:05:36 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-05-05 23:05:36 +0000
commit7196ed1130c782370608adf8878326e283503f8b (patch)
tree23b7b66496ec959835e2a264fa5f7d0a40a8327f /test/testdocs/informalequation-mml.001.xml
parentc3522264602737de6d3d772aec50b96a146fc473 (diff)
downloadgnome-doc-utils-7196ed1130c782370608adf8878326e283503f8b.tar.gz
- Added docbook-testdocs
* configure.in: * tests/Makefile.am: * tests/testdocs/*: - Added docbook-testdocs * xslt/docbook/html/Makefile.am: - Added db2html.xsl * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/rngdoc/rngdoc.xsl: - Minor fixes and tab removal * xslt/xsldoc/xsldoc.xsl: - Avoiding use of default namespace, for #141532
Diffstat (limited to 'test/testdocs/informalequation-mml.001.xml')
-rw-r--r--test/testdocs/informalequation-mml.001.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/testdocs/informalequation-mml.001.xml b/test/testdocs/informalequation-mml.001.xml
new file mode 100644
index 0000000..f2b2d65
--- /dev/null
+++ b/test/testdocs/informalequation-mml.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" [
+<!ENTITY % local.article.attrib "xmlns:mml CDATA #REQUIRED">
+]>
+<article xmlns:mml="http://www.w3.org/1998/Math/MathML">
+<articleinfo>
+<title>Unit Test: informalequation-mml.001</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<author><firstname>Norman</firstname><surname>Walsh</surname>
+ <affiliation><address><email>ndw@nwalsh.com</email></address></affiliation>
+</author>
+</articleinfo>
+
+<informalequation>
+<mml:math><mml:apply><mml:divide/></mml:apply></mml:math>
+</informalequation>
+
+</article>