OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dita-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Possible coding mistake in mathml-equation-library.xml


Hi,

I think following XML example needs xmlns:m namespace declaration in third <math> element.

3.10.7.3.2 <mathmlref>
http://docs.oasis-open.org/dita/dita/v1.3/cos01/part3-all-inclusive/langRef/technicalContent/mathmlref.html#mathmlref

> The mathml-equation-library.xml file contains the following content:

   <m:math
      id="mathfrag-03"
      display="inline"
      overflow="scroll"
      xmlns:m="http://www.w3.org/1998/Math/MathML">
      <m:mi>y</m:mi>
      <m:mo>=</m:mo>
      <m:mi>m</m:mi>
      <m:mi>x</m:mi>
      <m:mo>+</m:mo>
      <m:mi>b</m:mi>
    </m:math>

Regards,
-- 
/*--------------------------------------------------
 Toshihiko Makita
 Development Group. Antenna House, Inc. Ina Branch
 E-Mail tmakita@antenna.co.jp
 8077-1 Horikita Minamiminowa Vil. Kamiina Co.
 Nagano Pref. 399-4511 Japan
 Tel +81-265-76-9300 Fax +81-265-78-1668
 Web site:
 http://www.antenna.co.jp/
 http://www.antennahouse.com/
 --------------------------------------------------*/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]