<xpath expression="xpath_expression">
body as xml
</xpath>
| Name | Required | Default | Description |
|---|---|---|---|
| expression | yes | XPath language expression. |
<xpath expression="//a/@href">
<html-to-xml>
<http url="http://www.nba.com/"/>
</html-to-xml>
</xpath>
The result is sequence of links from the page retrieved from www.nba.com.