Plugin : XML Writer
Author:Rex.Rainbow
- Build XML structure. Reference: http://flesler.blogspot.com/2008/03/xmlwriter-for-javascript.html
Download
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
Set content
Action:Set content
- Set content.
- Value ( number or string ) : The value to set, could be number or string.
Expressions
Output
Expression:AsXML
Expression:AsPrettyPrintXML
- Get pretty print XML string.
Conditions
Add element
Condition:Add element
- Add an element.
- Name ( string ) : Element name.