Diff for /Amaya/amaya/MathMLnames.h between versions 1.6 and 1.7

version 1.6, 2000/10/26 10:07:58 version 1.7, 2000/10/26 17:27:08
Line 3 Line 3
 static ElemMapping    MathMLElemMappingTable[] =  static ElemMapping    MathMLElemMappingTable[] =
 {  {
    /* This table MUST be in alphabetical order */     /* This table MUST be in alphabetical order */
      {TEXT("XMLPI"), SPACE, MathML_EL_XMLPI, L_Other, FALSE},
      {TEXT("XMLPI_line"), SPACE, MathML_EL_XMLPI_line, L_Other, FALSE},
    {TEXT("XMLcomment"), SPACE, MathML_EL_XMLcomment, L_Other, FALSE},     {TEXT("XMLcomment"), SPACE, MathML_EL_XMLcomment, L_Other, FALSE},
    {TEXT("XMLcomment_line"), SPACE, MathML_EL_XMLcomment_line, L_Other, FALSE},     {TEXT("XMLcomment_line"), SPACE, MathML_EL_XMLcomment_line, L_Other, FALSE},
    {TEXT("maligngroup"), 'E', MathML_EL_MALIGNGROUP, L_Other, FALSE},     {TEXT("maligngroup"), 'E', MathML_EL_MALIGNGROUP, L_Other, FALSE},

Removed from v.1.6  
changed lines
  Added in v.1.7


Webmaster