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

desc.StartXMLNode.txt Maven / Gradle / Ivy

Starts a new XML node with the given name. Set root=true to clear out value.

Example:
| `Start XML Node`             | catalog           |
| `End XML Node`               |
| ${xmlString}                 | Create XML String |
| `Should Be Equal As Strings` | ${xmlString}      |  |
| `Start XML Node`             | another-catalog   | true |
| `End XML Node`               |
| `Should Be Equal As Strings` | ${xmlString}      |  |


Result:
| true
| true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy