Diff for /Amaya/amaya/HTMLT.T between versions 1.126 and 1.127

version 1.126, 2001/09/05 12:42:08 version 1.127, 2001/09/17 13:19:40
Line 1002  RULES Line 1002  RULES
 #endif  #endif
         END;          END;
   
    Unknown_namespace:
           BEGIN
              NoTranslation;
              Create '\12';
              Create Content;
              Remove;
              Create Attributes;
              Create '>';
           END;
   
  Comment\240: BEGIN   Comment\240: BEGIN
         NoLineBreak;          NoLineBreak;
         Create '<!--';          Create '<!--';
Line 2147  ATTRIBUTES Line 2157  ATTRIBUTES
 #endif  #endif
         END;          END;
   
    Unknown_attribute:
           BEGIN
           Create Unknown_attribute;
           END;
   
  IntEntity:   IntEntity:
         BEGIN          BEGIN
         NoTranslation;  { do not translate & into &amp; }          NoTranslation;  { do not translate & into &amp; }

Removed from v.1.126  
changed lines
  Added in v.1.127


Webmaster