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

desc.CreateXMLString.txt Maven / Gradle / Ivy

Returns the composed XML string.

Adds an XML attribute name with value in the node.

Example:
| `Start XML Node`    | book |
| `Add XML Attribute` | id | bk101 |
| `Set XML Text`      | Meet Joe Black |
| `End XML Node`      |
| ${xmlString}        | Create XML String |
| `Should Be Equal As Strings` | ${xmlString} | Meet Joe Black |

Result:
| true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy