Diff for /Amaya/amaya/styleparser.c between versions 1.306 and 1.307

version 1.306, 2005/04/20 08:16:14 version 1.307, 2005/04/26 09:17:18
Line 5744  static char *ParseGenericSelector (char Line 5744  static char *ParseGenericSelector (char
             ctxt->attrType[j] = HTML_ATTR_ID;              ctxt->attrType[j] = HTML_ATTR_ID;
           else            else
 #ifdef XML_GENERIC  #ifdef XML_GENERIC
             ctxt->attrType[j] = XML_ATTR_id;              ctxt->attrType[j] = XML_ATTR_xmlid;
 #else /* XML_GENERIC */  #else /* XML_GENERIC */
             ctxt->attrType[j] = HTML_ATTR_ID;              ctxt->attrType[j] = HTML_ATTR_ID;
 #endif /* XML_GENERIC */  #endif /* XML_GENERIC */

Removed from v.1.306  
changed lines
  Added in v.1.307


Webmaster