Example 4: Displaying Value Received by XPath API Function¶
You can use EXPRESSION to display values received by XPath API functions:
<!--{= Flamingo.XPath.value('//title') }-->
-OR-
<!--{= X.value('//title') }-->
This example will display the value of the tag from the original page.
X is the alias of Flamingo.XPath for shorthand coding.