bBox_XPathEvaluate( expression {; delimiter} )
Parameters: parameters expression: XPath expression delimiter: string to use as delimiter between nodes of result Result: string returned by XPath expression Error: bBox_LastError ("xpath") Script Step: none
––––––––––
First appeared in:
Examples in demo file: 16
Compatibility: WPE, WebDirect, Ubuntu, Server, macOS, Client
––––––––––
Applies the given XPath expression against the XML source that was previously processed by a call to bBox_XPathInitialize.
At this time, it is not possible to specify the name space to be used for XPath expressions. This might be an issue for some XPath functions or expressions.