stephan     2003/02/17 09:45:13

  Modified:    src/blocks/chaperon/samples/grammars quote.grm
  Log:
  Fixed sample from David Crossley,
  last line break wasn't consumed.
  
  Revision  Changes    Path
  1.3       +1 -6      xml-cocoon2/src/blocks/chaperon/samples/grammars/quote.grm
  
  Index: quote.grm
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/chaperon/samples/grammars/quote.grm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- quote.grm 17 Feb 2003 17:42:54 -0000      1.2
  +++ quote.grm 17 Feb 2003 17:45:13 -0000      1.3
  @@ -14,11 +14,6 @@
     ;
   
   row
  -  : row Comma column
  -  | column
  -  ;
  -
  -column
  -  : Value Comma
  +  : row Comma Value 
     | Value
     ;
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to