]> granicus.if.org Git - docbook-dsssl/commitdiff
Use mathml-prefix instead of mml:
authoruid48421 <uid48421>
Wed, 4 Jul 2001 15:35:42 +0000 (15:35 +0000)
committeruid48421 <uid48421>
Wed, 4 Jul 2001 15:35:42 +0000 (15:35 +0000)
docbook/mathml/dbmathml.dtd

index 4ccf29d90f472874b0f9005ae616a118ea4ef9c5..2af33f3ea9942ae2fe5819c1faee09fd3a8a4c92 100644 (file)
 <!ENTITY % mathml-colon               ':'>
 <!ENTITY % mathml-prefix              'mml'>
 
-<!ENTITY % equation.content "(alt?, (graphic+|mediaobject+|mml:math))">
+<!ENTITY % mathml-math                '%mathml-prefix;%mathml-colon;math' >
+
+<!ENTITY % equation.content "(alt?, (graphic|mediaobject|%mathml-math;)+)">
+<!ENTITY % inlineequation.content "(alt?, (graphic|inlinemediaobject|%mathml-math;)+)">
 
 <!ENTITY % docbook PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
@@ -66,7 +69,8 @@
 <!ENTITY % NS.prefixed     "INCLUDE">
 <!ENTITY % MATHML.prefix   "%mathml-prefix;">
 <!ENTITY % NamespaceDecl.attrib "
-       xmlns:mml       CDATA   #FIXED 'http://www.w3.org/1998/Math/MathML'
+       xmlns%mathml-colon;%mathml-prefix;
+               CDATA   #FIXED 'http://www.w3.org/1998/Math/MathML'
 ">
 
 <!-- You must also include the MathML DTD -->