You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2002/03/22 05:02:46 UTC

cvs commit: jakarta-velocity-dvsl/xdocs index.xml

jon         02/03/21 20:02:46

  Modified:    xdocs    index.xml
  Log:
  added note about else elseif
  
  -jon
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-velocity-dvsl/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	11 Feb 2002 11:18:24 -0000	1.3
  +++ index.xml	22 Mar 2002 04:02:46 -0000	1.4
  @@ -47,7 +47,8 @@
           <li>
           DVSL's template language is Velocity, so conventional Velocity syntax is
           used to get and set data, to perform looping and flow control, etc. All
  -        features of VTL are available.
  +        features of VTL are available. One thing missing from XSLT is that it
  +        does not have an else or elseif conditional, which VTL does have.
           </li>
           <li>
           Because DVSL is based on Velocity, it offers a very tight binding to
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>