Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.19 and 1.20

version 1.19, 1999/06/04 12:49:26 version 1.20, 1999/06/09 17:14:17
Line 285  static AttributeMapping MathMLAttributeM Line 285  static AttributeMapping MathMLAttributeM
    {"unknown_attr", "", 'A', MathML_ATTR_Invalid_attribute},     {"unknown_attr", "", 'A', MathML_ATTR_Invalid_attribute},
    {"ZZGHOST", "", 'A', MathML_ATTR_Ghost_restruct},     {"ZZGHOST", "", 'A', MathML_ATTR_Ghost_restruct},
   
      {"class", "", 'A', MathML_ATTR_class},
    {"close", "mfenced", 'A', MathML_ATTR_close},     {"close", "mfenced", 'A', MathML_ATTR_close},
    {"fence", "mo", 'A', MathML_ATTR_fence},     {"fence", "mo", 'A', MathML_ATTR_fence},
    {"fontstyle", "mi", 'A', MathML_ATTR_fontstyle},     {"fontstyle", "mi", 'A', MathML_ATTR_fontstyle},
      {"id", "", 'A', MathML_ATTR_id},
    {"link", "", 'A', MathML_ATTR_link},     {"link", "", 'A', MathML_ATTR_link},
    {"open", "mfenced", 'A', MathML_ATTR_open},     {"open", "mfenced", 'A', MathML_ATTR_open},
      {"other", "", 'A', MathML_ATTR_other},
    {"separators", "mfenced", 'A', MathML_ATTR_separators},     {"separators", "mfenced", 'A', MathML_ATTR_separators},
      {"style", "", 'A', MathML_ATTR_style_},
   
    {"", "", EOS, 0}             /* Last entry. Mandatory */     {"", "", EOS, 0}             /* Last entry. Mandatory */
 };  };

Removed from v.1.19  
changed lines
  Added in v.1.20


Webmaster