Diff for /Amaya/amaya/Template.S between versions 1.42 and 1.43

version 1.42, 2009/08/18 14:33:16 version 1.43, 2009/08/27 16:12:57
Line 49  STRUCT Line 49  STRUCT
   import (ATTR src = TEXT) = CONSTANT C_CR; {It is always empty}    import (ATTR src = TEXT) = CONSTANT C_CR; {It is always empty}
   
   repeat ( ATTR title = TEXT; minOccurs = TEXT; maxOccurs = TEXT) = LIST OF (Repetition);    repeat ( ATTR title = TEXT; minOccurs = TEXT; maxOccurs = TEXT) = LIST OF (Repetition);
   Repetition = TemplateObject - (repeat);    Repetition =  CASE OF
       useEl;
       useSimple;
       END + (Comment\240, XMLPI);
   
   useEl (ATTR option = option_set, option_unset; title; types = TEXT;    useEl (ATTR option = option_set, option_unset; title; types = TEXT;
          currentType = TEXT;  prompt = Yes_)           currentType = TEXT;  prompt = Yes_)
Line 72  EXCEPT Line 75  EXCEPT
   Comment\240:       ReturnCreateNL, NoSpellCheck, NoReplicate, NotAnElementNode;    Comment\240:       ReturnCreateNL, NoSpellCheck, NoReplicate, NotAnElementNode;
   Comment_line:      Hidden, MarkupPreserve;    Comment_line:      Hidden, MarkupPreserve;
   useEl:             NoReplicate, NoBreakByReturn, NoCreate, ClickableSurface;    useEl:             NoReplicate, NoBreakByReturn, NoCreate, ClickableSurface;
   component:         NewRoot;    component:         NewRoot, NoReplicate, NoBreakByReturn, NoCreate, ClickableSurface;
   useSimple:         NoReplicate, NoBreakByReturn, NoCreate, ClickableSurface;    useSimple:         NoReplicate, NoBreakByReturn, NoCreate, ClickableSurface;
   repeat:            NoReplicate, NoBreakByReturn, NoCreate, ClickableSurface;    repeat:            NoReplicate, NoBreakByReturn, NoCreate, ClickableSurface;
   bag:               NoReplicate, NoBreakByReturn, NoCreate, ParagraphBreak, ClickableSurface;    bag:               NoReplicate, NoBreakByReturn, NoCreate, ParagraphBreak, ClickableSurface;

Removed from v.1.42  
changed lines
  Added in v.1.43


Webmaster