jon         00/11/26 17:17:39

  Modified:    xdocs    anakia.xml
  Log:
  added $escape documentation
  
  Revision  Changes    Path
  1.4       +8 -0      jakarta-velocity/xdocs/anakia.xml
  
  Index: anakia.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/anakia.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- anakia.xml        2000/11/26 23:05:47     1.3
  +++ anakia.xml        2000/11/27 01:17:38     1.4
  @@ -221,6 +221,14 @@
               </td>
           </tr>
           <tr>
  +            <td>$escape.getText($string)</td>
  +            <td>This context object will convert HTML Entities in the $string 
  +            that is passed into it and it will return the converted String. This 
  +            is good for dealing with CDATA. The entities that are converted are: 
  +            &quot; -> &amp;quot; | &lt; -> &amp;lt; | &gt; -> &amp;gt; | &amp; -
  +            > &amp;amp; </td>
  +        </tr>
  +        <tr>
               <td>$relativePath</td>
               <td>This contains a String which is the relative path to your
               .xml document from the baseDir that was specified in your 
  
  
  

Reply via email to