Diff for /Amaya/doc/languages.html between versions 1.49 and 1.50

version 1.49, 2003/03/12 09:42:25 version 1.50, 2003/09/22 14:49:52
Line 15 Line 15
   
 <h4>Translated from French by Ethan Munson</h4>  <h4>Translated from French by Ethan Munson</h4>
   
 <h4>Version of March 12, 2003</h4>  <h4>Version of September 22, 2003</h4>
   
 <p>© 1996-2003 INRIA</p>  <p>© 1996-2003 INRIA</p>
 <hr />  <hr />
Line 3363  value specification and, as a result, ca Line 3363  value specification and, as a result, ca
   
 <p>To specify that the presentation rules apply to some of the descendants of  <p>To specify that the presentation rules apply to some of the descendants of
 the element having the attribute, the name of the affected element type is  the element having the attribute, the name of the affected element type is
 given, between parentheses, after the attribute name. This way, the  given, between parentheses, after the attribute name. If the element type
 presentation rules for the attribute will be applied to the element having  name is followed by a '<tt>*</tt>', the rules also apply to the element
 the attribute, if it is of the given type, and to all of its descendants of  itself (i.e. the element that has the specified type and has the specified
 the given type. In the case where this type is a <a href="#sectd3285">mark  attribute). In the case where the element type is a <a href="#sectd3285">mark
 pair</a>, but only in this case, the type name can be preceded by the  pair</a>, but only in this case, the type name can be preceded by the
 keywords <tt>First</tt> or <tt>Second</tt>. These keywords indicate whether  keywords <tt>First</tt> or <tt>Second</tt>. These keywords indicate whether
 the rules that follow apply to the first or second mark of the pair. If the  the rules that follow apply to the first or second mark of the pair. If the
Line 3420  effect of the attribute rules on the env Line 3420  effect of the attribute rules on the env
 terminal elements of the structure).</p>  terminal elements of the structure).</p>
 <pre>                    'ATTRIBUTES' PresAttrSeq  <pre>                    'ATTRIBUTES' PresAttrSeq
      PresAttrSeq  = PresAttr &lt; PresAttr &gt; .       PresAttrSeq  = PresAttr &lt; PresAttr &gt; .
      PresAttr     = AttrID [ '(' [ FirstSec ] ElemID ')' ]       PresAttr     = AttrID [ '(' [ FirstSec ] ElemID [ '*' ] ')' ]
                     [ AttrRelation ] ':' ViewRuleSeq .                      [ AttrRelation ] ':' ViewRuleSeq .
      AttrID       = NAME .       AttrID       = NAME .
      AttrRelation ='=' AttrVal /       AttrRelation ='=' AttrVal /
Line 7997  Present         = [ '*' ] [ FirstSec ] E Line 7997  Present         = [ '*' ] [ FirstSec ] E
 FirstSec        = 'First' / 'Second' .  FirstSec        = 'First' / 'Second' .
   
 PresAttrSeq     = PresAttr &lt; PresAttr &gt; .  PresAttrSeq     = PresAttr &lt; PresAttr &gt; .
 PresAttr        = AttrID [ '(' [ FirstSec ] ElemID ')' ]   PresAttr        = AttrID [ '(' [ FirstSec ] ElemID [ '*' ] ')' ] 
                   [ AttrRelation ] ':' ViewRuleSeq .                    [ AttrRelation ] ':' ViewRuleSeq .
 AttrID          = NAME .  AttrID          = NAME .
 AttrRelation    = '=' AttrVal /  AttrRelation    = '=' AttrVal /

Removed from v.1.49  
changed lines
  Added in v.1.50


Webmaster