Diff for /Amaya/amaya/styleparser.c between versions 1.135 and 1.136

version 1.135, 2002/06/03 16:15:58 version 1.136, 2002/06/04 07:50:59
Line 4463  static char *ParseGenericSelector (char Line 4463  static char *ParseGenericSelector (char
               if (attrType.AttrSSchema == NULL)                if (attrType.AttrSSchema == NULL)
                 /* cannot apply these CSS rules */                  /* cannot apply these CSS rules */
                 DoApply = FALSE;                  DoApply = FALSE;
               else                else if (elType.ElSSchema)
                 ctxt->schema = elType.ElSSchema;                  ctxt->schema = elType.ElSSchema;
                 else
                   ctxt->schema = attrType.AttrSSchema;
             }              }
           /* check the attribute type */            /* check the attribute type */
           if (!strcmp (schemaName, "HTML"))            if (!strcmp (schemaName, "HTML"))

Removed from v.1.135  
changed lines
  Added in v.1.136


Webmaster