You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2005/01/16 06:08:07 UTC

DO NOT REPLY [Bug 33120] New: - Need translations of new #{else} syntax documentation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33120>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33120

           Summary: Need translations of new #{else} syntax documentation
           Product: Velocity
           Version: 1.5
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: wglass@forio.com


Need to update Spanish, Finnish, French versions of the user guide with the 
new #{directive} syntax.

(also wouldn't hurt to check for consistency with other new items - use svn 
diff).  Here's the new English copy (from revision 125388)

Directives always begin with a #. Like references, the name of the directive 
may be bracketed by a { and a } symbol. This is useful with directives that 
are immediately followed by text. For example the following produces an error: 
   
 #if($a==1)true enough#elseno way!#end
  
In such a case, use the brackets to separate #else from the rest of the line. 
 
 #if($a==1)true enough#{else}no way!#end

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org