All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.AddXMLAttribute.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy