Diff for /Amaya/amaya/fetchXMLname.c between versions 1.96 and 1.97

version 1.96, 2008/05/07 13:49:05 version 1.97, 2008/05/13 18:54:11
Line 568  int MapXMLAttribute (int XMLtype, const Line 568  int MapXMLAttribute (int XMLtype, const
             *checkProfile = FALSE;              *checkProfile = FALSE;
           /* Special case for the attributes 'rel' and 'rev' for elements 'a' and 'link' */            /* Special case for the attributes 'rel' and 'rev' for elements 'a' and 'link' */
           else if ((!strcmp (attrName, "rel") || !strcmp (attrName, "rev")) &&            else if ((!strcmp (attrName, "rel") || !strcmp (attrName, "rev")) &&
                    (strcmp (elementName, "a") && strcmp (elementName, "link")) &&                     elementName && 
                      (strcmp (elementName, "a") && strcmp (elementName, "link")) &&
                    (extraprofile != L_RDFa))                     (extraprofile != L_RDFa))
             *checkProfile = FALSE;              *checkProfile = FALSE;
           else            else

Removed from v.1.96  
changed lines
  Added in v.1.97


Webmaster