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

desc.GetXMLXPathSingleTextContent.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Returns the XML a single text content given the xpath expression

Example:
| ${description}= | `Get XML XPath Single Text Content` | //catalog/book[1]/description | # This is similar to specifying "//catalog/book/description" as xpathExpression since this will only return a single text content. |

Result:
| ${description} = An in-depth look at creating applications with XML.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy