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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -