Diff for /Amaya/amaya/fetchXMLname.c between versions 1.92 and 1.93

version 1.92, 2008/03/14 18:06:14 version 1.93, 2008/03/18 08:25:24
Line 312  void MapXMLElementType (int XMLtype, cha Line 312  void MapXMLElementType (int XMLtype, cha
                  strcmp (ptr[i].XMLname, XMLname))                   strcmp (ptr[i].XMLname, XMLname))
           /* it's not the tag */            /* it's not the tag */
           i++;            i++;
         else if (profile != L_Other && !(ptr[i].Level & profile))          else if (XMLtype == XHTML_TYPE && profile != L_Other && !(ptr[i].Level & profile))
           {            {
             /* this tag is not valid in the document profile */              /* this tag is not valid in the document profile */
             *checkProfile = FALSE;              *checkProfile = FALSE;

Removed from v.1.92  
changed lines
  Added in v.1.93


Webmaster