Function XMLSEARCH
Uses an XPath language expression to search an XML document object.
Example
xmlsearch(xml xml,string xpath):object
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| xml | xml | Yes | XML document object |
| xpath | string | Yes | XPath expression |