Re: How to Ignore Directives

2018-06-28 Thread Claude Brisson
There seems to be at least three ways of "ignoring" a directive: Given the template: #foreach($foo in $list) schmoo $foo #end it can give: 1. an empty string, as if $list is empty 2. "schmoo $foo", as if $list is { null } 3. "#foreach($foo in $list) schmoo $foo #end", as if $foo and $list are

How to Ignore Directives

2018-06-28 Thread Syed Mudassir Ahmed
Hi Guys, Suppose I have a velocity template as follows: http://schemas.xmlsoap.org/soap/envelope/;> < SOAP-ENV:Body> http://www.tibco.com/schemas/Glowpoint_WebPortal_V1/Local Schema/Schema.xsd" > #foreach($Record in $McK_OutputAMP) $McK_OutputAMP.Record.FMNO