Description Usage Arguments Value Examples
Retrieve text of a node given a css attribute or an XPath request.
1 | get_text(html, css, xpath, node = 1)
|
html |
Either a document, a node set or a single node. |
css, xpath |
Use either a css attribute or an XPath 1.0 request (not both). |
node |
If several nodes match your selection, select the one you want. Defaults to 1 (first node). |
The text of the node.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.