]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix RFE 1795884: Allow MathML in inlineequation
authorNorman Walsh <ndw@nwalsh.com>
Thu, 27 Sep 2007 12:45:15 +0000 (12:45 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 27 Sep 2007 12:45:15 +0000 (12:45 +0000)
docbook/relaxng/docbook/src/mathml.rnc

index 6aed533016a7d21489557871abd205bb4a3b1dcf..d9d23828eee214112f677bf5b11f40baa9630a38 100644 (file)
@@ -35,6 +35,7 @@ namespace db = "http://docbook.org/ns/docbook"
 default namespace = "http://docbook.org/ns/docbook"
 
 db.equation.content |= db._any.mml+
+db.inlineequation.content |= db._any.mml+
 db.imageobject.content |= db.imagedata.mathml
 
 # ============================================================