Home Search

DriveWorks Pro 22
XPathGet

Send Feedback

XPathGet

Finds the value at a given path in an XML or JSON string.

Syntax

XPathGet([Input Data],[Path])

Where:

Input Data is the input data on which to search.

Path is the path to find in the given data object.

Examples

Please see the function XPathXMLGet for examples using XML data.

Please see the function XPathJSONGet for examples using JSON data.

See Also

This function relates to the Send HTTP Request task.

Additional Resources

MyDriveWorks - Tech Tips

Send HTTP Request

Look at how to request data from a web service using the HTTP Request Task. You can also look at how to retrieve data from the result using XPathGet.