Diff for /Amaya/amaya/styleparser.c between versions 1.100 and 1.101

version 1.100, 2001/09/05 12:42:09 version 1.101, 2001/09/19 09:04:44
Line 3688  static char *ParseGenericSelector (char Line 3688  static char *ParseGenericSelector (char
       if (attrs[i])        if (attrs[i])
         {          {
           if (!strcmp (ptr, "SVG"))            if (!strcmp (ptr, "SVG"))
             MapXMLAttribute (GRAPH_TYPE, attrs[i], names[i], &level, doc, &att);              MapXMLAttribute (SVG_TYPE, attrs[i], names[i], &level, doc, &att);
           else if (!strcmp (ptr, "MathML"))            else if (!strcmp (ptr, "MathML"))
             MapXMLAttribute (MATH_TYPE, attrs[i], names[i], &level, doc, &att);              MapXMLAttribute (MATH_TYPE, attrs[i], names[i], &level, doc, &att);
           else            else

Removed from v.1.100  
changed lines
  Added in v.1.101


Webmaster