Xml FIle generation using Rythm Template Engine -


i trying generate xml file using rythm template , wondering if there way drop few tags based on business logic. eg: discard @error_message tag in case of successful method execution.

please help!.

use @if directive:

@ifnot(success) {     @error_message() } 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -