Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.212 and 1.213

version 1.212, 2006/01/02 11:57:20 version 1.213, 2007/02/09 10:01:58
Line 29  extern XmlEntity *pMathEntityTable; Line 29  extern XmlEntity *pMathEntityTable;
 #define MaxMsgLength 200  #define MaxMsgLength 200
   
 #include "HTMLactions_f.h"  #include "HTMLactions_f.h"
   #include "XHTMLbuilder_f.h"
 #include "HTMLtable_f.h"  #include "HTMLtable_f.h"
 #include "Mathedit_f.h"  #include "Mathedit_f.h"
 #include "styleparser_f.h"  #include "styleparser_f.h"
Line 4149  void      MathMLElementComplete (ParserD Line 4150  void      MathMLElementComplete (ParserD
           /* Evaluate what direct child element to be rendered */            /* Evaluate what direct child element to be rendered */
           EvaluateChildRendering (el, doc);            EvaluateChildRendering (el, doc);
           break;            break;
           case MathML_EL_MGLYPH:
             CheckMandatoryAttribute (el, doc, MathML_ATTR_alt);
             break;
         default:          default:
           break;            break;
         }          }

Removed from v.1.212  
changed lines
  Added in v.1.213


Webmaster