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 - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -