jvanzyl     00/10/19 08:04:27

  Modified:    xdocs    vtl-reference-guide.xml
  Log:
  - adding to the VTL guide.
  
  Revision  Changes    Path
  1.2       +25 -0     jakarta-velocity/xdocs/vtl-reference-guide.xml
  
  Index: vtl-reference-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/vtl-reference-guide.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- vtl-reference-guide.xml   2000/10/19 03:23:30     1.1
  +++ vtl-reference-guide.xml   2000/10/19 15:04:19     1.2
  @@ -27,7 +27,32 @@
       the Velocity Template Language (VTL).
   </p> 
   
  +</s1>
  +
   <s1 title="References">
  +
  +<p>
  +    There are three types of references in the VTL: variables, properties
  +    and methods. As a designer using the VTL, you must come to an agreement
  +    with your engineers as to what the specific names of references are so
  +    you can use them correctly in your templates.
  +</p>
  +
  +<p>
  +    <strong>Variables</strong>
  +    <br/>
  +</p>
  +
  +<p>
  +    <strong>Properties</strong>
  +    <br/>
  +</p>
  +
  +<p>
  +    <strong>Methods</strong>
  +    <br/>
  +</p>
  +
   </s1>
   
   <s1 title="Directives">
  
  
  

Reply via email to