Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.189 and 1.190

version 1.189, 2003/05/16 17:04:12 version 1.190, 2003/10/08 06:36:13
Line 1378  void SetIntVertStretchAttr (Element el, Line 1378  void SetIntVertStretchAttr (Element el,
                                     {                                      {
                                       TtaRegisterElementDelete (sibling, doc);                                        TtaRegisterElementDelete (sibling, doc);
                                       TtaRemoveTree (sibling, doc);                                        TtaRemoveTree (sibling, doc);
                                       ChangeElementType (sibling,                                        TtaChangeElementType (sibling,
                                                          MathML_EL_Construct1);                                                           MathML_EL_Construct1);
                                       TtaInsertSibling (sibling, parent,                                        TtaInsertSibling (sibling, parent,
                                                         FALSE, doc);                                                          FALSE, doc);
Line 1692  void CheckMTable (Element elMTABLE, Docu Line 1692  void CheckMTable (Element elMTABLE, Docu
                   /* if it's a MTD change its type into LabelCell */                    /* if it's a MTD change its type into LabelCell */
                   if (elType.ElTypeNum == MathML_EL_MTD &&                    if (elType.ElTypeNum == MathML_EL_MTD &&
                       elType.ElSSchema == MathMLSSchema)                        elType.ElSSchema == MathMLSSchema)
                      ChangeElementType (cell, MathML_EL_LabelCell);                       TtaChangeElementType (cell, MathML_EL_LabelCell);
                   /* wrap this element in a RowLabel element */                    /* wrap this element in a RowLabel element */
                   /* This will allow the P schema to specify the horizontal                    /* This will allow the P schema to specify the horizontal
                      position of the label */                       position of the label */

Removed from v.1.189  
changed lines
  Added in v.1.190


Webmaster