Diff for /Amaya/amaya/HTMLT.T between versions 1.129 and 1.130

version 1.129, 2001/10/17 15:16:12 version 1.130, 2001/12/06 10:21:36
Line 29  RULES Line 29  RULES
         Use MathMLT for MathML;          Use MathMLT for MathML;
         Use SVGT for SVG;          Use SVGT for SVG;
         Use XLinkT for XLink;          Use XLinkT for XLink;
   { LC 05/12/01
     DOCTYPE declaration is no longer generated
         Create HtmlDTD;          Create HtmlDTD;
   }
 #ifdef XML  #ifdef XML
         Create '<html xmlns="http://www.w3.org/1999/xhtml"';          Create '<html xmlns="http://www.w3.org/1999/xhtml"';
         {*** Create Namespaces; ***}          {*** Create Namespaces; ***}
Line 1049  RULES Line 1052  RULES
         if not last create '\12' after;          if not last create '\12' after;
         END;          END;
   
    DOCTYPE: BEGIN
           Create '<!DOCTYPE ';
           Create '>\12' After;
           END;
   
  FRAMESET: BEGIN   FRAMESET: BEGIN
         Create '<frameset';          Create '<frameset';
         Create Attributes;          Create Attributes;

Removed from v.1.129  
changed lines
  Added in v.1.130


Webmaster