Plugin : XML Writer

Author:Rex.Rainbow

Download

Properties

Actions

Add attribute

Action:Add attribute

  • Add an attribute.
    • Name ( string ) : The name of attribute.
    • Value ( number or string ) : The value to set, could be number or string.

Clean

Action:Clean

  • Clean all data.

Set content

Action:Set content

  • Set content.
    • Value ( number or string ) : The value to set, could be number or string.

Expressions

Output

Expression:AsXML

  • Get XML string.

Expression:AsPrettyPrintXML

  • Get pretty print XML string.

Conditions

Add element

Condition:Add element

  • Add an element.
    • Name ( string ) : Element name.