Diff for /Amaya/amaya/styleparser.c between versions 1.126 and 1.127

version 1.126, 2002/03/27 15:04:24 version 1.127, 2002/04/08 15:46:46
Line 4347  static char *ParseGenericSelector (char Line 4347  static char *ParseGenericSelector (char
         {          {
           /* it's an attribute */            /* it's an attribute */
           MapXMLAttribute (xmlType, attrs[i], names[i], &level, doc, &att);            MapXMLAttribute (xmlType, attrs[i], names[i], &level, doc, &att);
             if (att == DummyAttribute && !strcmp (schemaName, "HTML"))
               /* it's the "type" attribute for an "input" element. In the tree
                  it's represented by the element type, not by an attribute */
               att = 0;
           ctxt->attrType[j] = att;            ctxt->attrType[j] = att;
           attrType.AttrSSchema = ctxt->schema;            attrType.AttrSSchema = ctxt->schema;
           attrType.AttrTypeNum = att;            attrType.AttrTypeNum = att;

Removed from v.1.126  
changed lines
  Added in v.1.127


Webmaster