XMLSearch
Get XML values according to given xPath query
Method Signature
Arguments
Argument
Type
Required
Description
Default
XMLNode
XML
true
The XML node to search
xpath
String
true
The xpath query to search for
params
Struct
false
The parameters to pass to the xpath query
{}
Examples
Read specific properties from XML collection
XPath extracts 'name' property from every user given in the XML collection
Result: Me,You
Additional Examples
Related
Last updated
Was this helpful?