Diff for /Amaya/amaya/XHTMLbuilder.c between versions 1.79 and 1.80

version 1.79, 2003/01/08 17:51:25 version 1.80, 2003/01/23 15:06:49
Line 245  void       XhtmlElementComplete (ParserD Line 245  void       XhtmlElementComplete (ParserD
                      !strcmp (&data[length-4], "jpeg") ||                       !strcmp (&data[length-4], "jpeg") ||
                      !strcmp (&data[length-3], "png") ||                       !strcmp (&data[length-3], "png") ||
                      !strcmp (&data[length-3], "svg") ||                       !strcmp (&data[length-3], "svg") ||
                      !strcmp (&data[length-4], "svgz"))                       !strcmp (&data[length-4], "svgz") ||
                        !strcmp (&data[length-3], "htm"))
                    isImage = TRUE;                     isImage = TRUE;
              }               }
          }           }
Line 650  void       XhtmlElementComplete (ParserD Line 651  void       XhtmlElementComplete (ParserD
                TtaInsertFirstChild (&child, el, doc);                 TtaInsertFirstChild (&child, el, doc);
          }           }
                 
        /* detect whether we're parsing a whole table or just a cell */         /* detect whether we are parsing a whole table or just a cell */
        if (DocumentMeta[doc]->xmlformat)         if (DocumentMeta[doc]->xmlformat)
          {           {
            if (IsWithinXmlTable ())             if (IsWithinXmlTable ())

Removed from v.1.79  
changed lines
  Added in v.1.80


Webmaster