RulePoint
- RulePoint 6.1
- All Products
xpath(xml content,"xpath expression")
Argument
| Required
Optional
| Description
|
---|---|---|
xml content
| Required
| Any element that returns the xml content. The element can be a web service analytic that returns an xml document.
|
xpath expression
| Optional
| An xpath expression.
|
WHEN 1 rssnews rn WITH xpath(rn.contents,"/rss/channel/headline") as result contains "World Cup Finalists" then response with body=”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
World Cup Finalists Return Home
| Navigates to the specific element and attribute.
| World Cup Finalists Return Home
|