Diff for /Amaya/amaya/Template.S between versions 1.5 and 1.6

version 1.5, 2005/08/18 12:32:23 version 1.6, 2005/08/19 13:11:20
Line 9  DEFPRES TemplateP; Line 9  DEFPRES TemplateP;
   
 ATTR  ATTR
    { No global attributes for protected areas }     { No global attributes for protected areas }
   
    xmlid = Text;                { xml:id }     xmlid = Text;                { xml:id }
      
    { generic attributes for internal use }     { generic attributes for internal use }
    Unknown_attribute = TEXT;    { to store an unknown attribute }     Unknown_attribute = TEXT;    { to store an unknown attribute }
   
Line 32  EXCEPT Line 31  EXCEPT
     Unknown_attribute: Invisible;      Unknown_attribute: Invisible;
     FREE_STRUCT: NoCreate;      FREE_STRUCT: NoCreate;
                 FREE_CONTENT: NoCreate;                  FREE_CONTENT: NoCreate;
       xmlid: CssId;
   
 END  END

Removed from v.1.5  
changed lines
  Added in v.1.6


Webmaster