/usr/share/doc/docbook-mathml/examples/testmath.xml is in docbook-mathml 1.1CR1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
"dbmathml.dtd">
<book>
<title>Book Title</title>
<chapter><title>Chapter Title</title>
<para>Content.</para>
<informalequation>
<mml:math><mml:apply><mml:divide/></mml:apply></mml:math>
</informalequation>
</chapter>
</book>
|