This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook] DocBook MathML Module comment/question


Shouldn't there be this declaration in "dbmatml.dtd" to handle inline
equations? :
<!ENTITY % inlineequation.content "(alt?,
    (graphic+|inlinemediaobject+|mml:math))">

The description says, that dbmathml.dtd should handle mathml inside
<inlineequation>, but it doesn't.

The document www.oasis-open.org/docbook/xml/mathml/1.0/testmath.xml
is valid, but if I insert <inlineequation> with mathml, it is no more
(I use XMLSpy, it says - Unexpected child element 'mml:math')

There is an example of including mathml in docbook by including mathml
dtd directly in document:
http://www.sagehill.net/docbookxsl/MathML.html

and there is this line, which (I think) is missing in dbmathml.dtd :

<!ENTITY % inlineequation.content "(alt?,
    (grahic+|inlinemediaobject+|mml:math))">

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]