Diff for /Amaya/amaya/styleparser.c between versions 1.220 and 1.221

version 1.220, 2003/08/27 11:06:04 version 1.221, 2003/08/27 14:25:29
Line 5252  static char *ParseGenericSelector (char Line 5252  static char *ParseGenericSelector (char
               att = attrType.AttrTypeNum;                att = attrType.AttrTypeNum;
             }              }
           else            else
             MapXMLAttribute (xmlType, attrs[i], names[i], &level, doc, &att);              {
                 MapXMLAttribute (xmlType, attrs[i], names[i], &level, doc, &att);
                 if (ctxt->schema == NULL && att != 0)
                   ctxt->schema = TtaGetDocumentSSchema (doc);
               }
           if (att == DummyAttribute && !strcmp (schemaName, "HTML"))            if (att == DummyAttribute && !strcmp (schemaName, "HTML"))
             /* it's the "type" attribute for an "input" element. In the tree              /* it's the "type" attribute for an "input" element. In the tree
                it's represented by the element type, not by an attribute */                 it's represented by the element type, not by an attribute */

Removed from v.1.220  
changed lines
  Added in v.1.221


Webmaster