]> granicus.if.org Git - docbook-dsssl/commitdiff
Added mathphrase
authorNorman Walsh <ndw@nwalsh.com>
Thu, 5 May 2005 10:39:39 +0000 (10:39 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 5 May 2005 10:39:39 +0000 (10:39 +0000)
docbook/xml/dbpoolx.mod

index 0d75e58776e59ad9694566899d89fb110e2f89bf..4c81bdb8114740c5623a534312daa3505cb2adaf 100644 (file)
@@ -3540,8 +3540,8 @@ in the text (no (0) value, the default)
 
 <!-- This PE provides a mechanism for replacing equation content, -->
 <!-- perhaps adding a new or different model (e.g., MathML) -->
-<!ENTITY % equation.content "(alt?, (graphic+|mediaobject+))">
-<!ENTITY % inlineequation.content "(alt?, (graphic+|inlinemediaobject+))">
+<!ENTITY % equation.content "(alt?, (graphic+|mediaobject+|mathphrase+))">
+<!ENTITY % inlineequation.content "(alt?, (graphic+|inlinemediaobject+|mathphrase+))">
 
 <!ENTITY % equation.module "INCLUDE">
 <![%equation.module;[
@@ -3627,6 +3627,26 @@ in the text (no (0) value, the default)
 <!--end of alt.attlist-->]]>
 <!--end of alt.module-->]]>
 
+<!ENTITY % mathphrase.module "INCLUDE">
+<![%mathphrase.module;[
+<!ENTITY % local.mathphrase.attrib "">
+<!ENTITY % mathphrase.role.attrib "%role.attrib;">
+
+<!ENTITY % mathphrase.element "INCLUDE">
+<![%mathphrase.element;[
+<!ELEMENT mathphrase %ho; (#PCDATA|subscript|superscript|emphasis)*>
+<!--end of mathphrase.element-->]]>
+
+<!ENTITY % mathphrase.attlist "INCLUDE">
+<![%mathphrase.attlist;[
+<!ATTLIST mathphrase
+               %common.attrib;
+               %mathphrase.role.attrib;
+               %local.mathphrase.attrib;
+>
+<!--end of mathphrase.attlist-->]]>
+<!--end of mathphrase.module-->]]>
+
 <!-- Tables ........................... -->
 
 <!ENTITY % table.module "INCLUDE">