Diff for /Amaya/amaya/HTML.S between versions 1.166 and 1.167

version 1.166, 2003/10/22 15:52:21 version 1.167, 2003/10/23 15:22:11
Line 33  ATTR Line 33  ATTR
    IntEntity = Yes_;    { do not translate & into & in output file }     IntEntity = Yes_;    { do not translate & into & in output file }
    EntityName = Text;   { the content of the element is the name of an entity }     EntityName = Text;   { the content of the element is the name of an entity }
    xml_space = xml_space_default, xml_space_preserve; { xml:space }     xml_space = xml_space_default, xml_space_preserve; { xml:space }
      NoImages = Yes_;
      NoObjects = Yes_;
   
 CONST  CONST
   
Line 44  CONST Line 46  CONST
 STRUCT  STRUCT
   
   HTML                                                          { HTML }    HTML                                                          { HTML }
      (ATTR SectionNumbering = Yes_; ShowAreas = Yes_; NoImages = Yes_;       (ATTR SectionNumbering = Yes_; ShowAreas = Yes_;
            PrintURL = Yes_; PI = Text;             PrintURL = Yes_; PI = Text;
            Namespaces = Text; RealLang = Yes_; Charset = Text) =             Namespaces = Text; RealLang = Yes_; Charset = Text) =
         BEGIN          BEGIN
Line 943  EXCEPT Line 945  EXCEPT
         ShowAreas:      Invisible;          ShowAreas:      Invisible;
         PrintURL:       Invisible;          PrintURL:       Invisible;
         NoImages:       Invisible;          NoImages:       Invisible;
           NoObjects:      Invisible;
         Namespaces:     Invisible;          Namespaces:     Invisible;
         RealLang:       Invisible;          RealLang:       Invisible;
         Charset:        Invisible;          Charset:        Invisible;

Removed from v.1.166  
changed lines
  Added in v.1.167


Webmaster