crossley    2003/02/17 19:26:33

  Modified:    src/blocks/chaperon/samples/grammars quote.xlex quote.xgrm
  Log:
  Replace with the generated grammars.
  
  Revision  Changes    Path
  1.2       +9 -2      xml-cocoon2/src/blocks/chaperon/samples/grammars/quote.xlex
  
  Index: quote.xlex
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/chaperon/samples/grammars/quote.xlex,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- quote.xlex        17 Feb 2003 09:04:42 -0000      1.1
  +++ quote.xlex        18 Feb 2003 03:26:33 -0000      1.2
  @@ -1,9 +1,16 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <lexicon xmlns="http://chaperon.sourceforge.net/schema/lexicon/1.0";>
  -<lexeme symbol="Comment">
  +<!--This file was generated! Don't edit!-->
  +<lexeme>
   <concat>
   <bol/>
   <cstring content="#"/>
  +<concat minOccurs="0" maxOccurs="*">
  +<cclass exclusive="true">
  +<cset code="10"/>
  +<cset code="13"/>
  +</cclass>
  +</concat>
   </concat>
   </lexeme>
   <lexeme symbol="Comma">
  @@ -18,7 +25,7 @@
   </cclass>
   </concat>
   </lexeme>
  -<lexeme symbol="SoftBreak" assoc="right">
  +<lexeme symbol="SoftBreak">
   <alt>
   <concat>
   <cstring code="13"/>
  
  
  
  1.3       +1 -1      xml-cocoon2/src/blocks/chaperon/samples/grammars/quote.xgrm
  
  Index: quote.xgrm
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/blocks/chaperon/samples/grammars/quote.xgrm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- quote.xgrm        17 Feb 2003 17:42:54 -0000      1.2
  +++ quote.xgrm        18 Feb 2003 03:26:33 -0000      1.3
  @@ -1,11 +1,11 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <grammar xmlns="http://chaperon.sourceforge.net/schema/grammar/1.0";>
  +<!--This file was generated! Don't edit!-->
   <priority>
   <terminal symbol="Comma"/>
   <terminal symbol="Value"/>
   <terminal symbol="SoftBreak"/>
   </priority>
  -<associativity symbol="SoftBreak" type="right"/>
   <production symbol="document">
   <nonterminal symbol="document"/>
   <terminal symbol="SoftBreak"/>
  
  
  

----------------------------------------------------------------------
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