Diff for /Amaya/amaya/HTMLT.T between versions 1.97 and 1.98

version 1.97, 2000/01/03 13:31:57 version 1.98, 2000/02/05 09:07:11
Line 20  RULES Line 20  RULES
         if not Namespaces and HtmlDTD = Frameset          if not Namespaces and HtmlDTD = Frameset
            BEGIN             BEGIN
            Create '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"\12';             Create '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"\12';
            Create '                      "http://www.w3.org/TR/1999/PR-xhtml1-19991210/DTD/xhtml1-frameset.dtd">\12';             Create '    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">\12';
            END;             END;
         if not Namespaces and not HtmlDTD = Frameset          if not Namespaces and not HtmlDTD = Frameset
            BEGIN             BEGIN
            Create '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\12';             Create '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\12';
            Create '                      "http://www.w3.org/TR/1999/PR-xhtml1-19991210/DTD/xhtml1-transitional.dtd">\12';             Create '    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\12';
            END;                 END;    
         Create '<html xmlns="http://www.w3.org/1999/xhtml"';          Create '<html xmlns="http://www.w3.org/1999/xhtml"';
         {*** Create Namespaces; ***}          {*** Create Namespaces; ***}
Line 614  RULES Line 614  RULES
 #else  #else
         Create '>\12';          Create '>\12';
 #endif  #endif
         if not within Preformatted Create '\12';  
         END;          END;
   
  Form: BEGIN   Form: BEGIN

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


Webmaster