← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook-apps] FW: [ANN] JEuclid MathML Plugin for FOP 0.94 Released

From
Jirka Kosek <>
Date
2007-09-16T20:41:58+00:00
ID
Thread
Re: [docbook-apps] FW: [ANN] JEuclid MathML Plugin for FOP 0.94 Released
jmt wrote:

> Nevertheless, I'm a bit disappointed to realize that, for instance :
> 
> <para><inlineequation>MathML stuff</inlineequation></para>
> 
> is NOT valid Docbook5 ; effectively the only elements in Docbook 5 that 
> natively support mathml elements are equation and informalequation.
> 
> I've tried, but for now on, with no success, to modify the docbook rnc to be 
> able to write such things.
> Any pointers on this subject will be welcome !

Moving to docbook list as this is markup issue.

Lack of MathML support inside inlineequation is probably bug. However,
you can easily fix it by creating simple schema customization:

include "docbook.rnc"

db.inlineequation.content |= db._any.mml+

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail:       http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
← Prev in month ← Prev in thread
Next in thread → Next in month →