desc.AddXMLAttribute.txt Maven / Gradle / Ivy
Adds an XML attribute name with value in the node.
Example:
| `Start XML Node` | book |
| `Add XML Attribute` | id | bk101 |
| `End XML Node` |
| ${xmlString} | Create XML String |
| `Should Be Equal As Strings` | ${xmlString} | |
Result:
| true