geirm       01/09/28 01:34:25

  Modified:    xdocs    user-guide.xml
               docs     user-guide.html
  Log:
  Fixing omission noted by "Lamb, Doug N, /dnl" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.48      +2 -3      jakarta-velocity/xdocs/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/user-guide.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- user-guide.xml    2001/07/24 10:27:07     1.47
  +++ user-guide.xml    2001/09/28 08:34:24     1.48
  @@ -994,8 +994,7 @@
   ]]></source>
   
       <p>
  -      Two kinds of logical operators, logical AND and logical OR, are 
  -      expected to be added to Velocity soon. Below is an example of an 
  +      Velocity has logical AND and OR operators as well.  Below is an example of an 

         if statement using logical AND.
       </p>
   
  @@ -1013,7 +1012,7 @@
         Engine will then check the value of <em>$bar</em>; if
         <em>$bar</em> is true, then the entire expression is true and
         <strong>Velocity Rocks!</strong> becomes the output. If
  -      <em>$bar</em> is false, then there will be no output; the entire
  +      <em>$bar</em> is false, then there will be no output as the entire
         expression is false.
       </p>
   
  
  
  
  1.51      +2 -3      jakarta-velocity/docs/user-guide.html
  
  Index: user-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/user-guide.html,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- user-guide.html   2001/09/21 10:32:23     1.50
  +++ user-guide.html   2001/09/28 08:34:25     1.51
  @@ -1734,8 +1734,7 @@
       </table>
       </div>
                                                   <p>
  -      Two kinds of logical operators, logical AND and logical OR, are 
  -      expected to be added to Velocity soon. Below is an example of an 
  +      Velocity has logical AND and OR operators as well.  Below is an example of an 
         if statement using logical AND.
       </p>
                                                       <div align="left">
  @@ -1769,7 +1768,7 @@
         Engine will then check the value of <em>$bar</em>; if
         <em>$bar</em> is true, then the entire expression is true and
         <strong>Velocity Rocks!</strong> becomes the output. If
  -      <em>$bar</em> is false, then there will be no output; the entire
  +      <em>$bar</em> is false, then there will be no output as the entire
         expression is false.
       </p>
                                                   <p>
  
  
  


Reply via email to