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

desc.SetXMLText.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Set the XML text with the given name.


Example:
| `Start XML Node`    | book |
| `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