Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

XML value from path

Extract value from the provided XML path.

Example
<!-- Configuration -->
Path: /hello/country

<!-- XML node passed as input -->
<hello>
<country>France</country>
</hello>

<!-- Output -->
France

Parameters

PathREQUIRED

The path to the value to extract from the XML. See XML path.

Skip if not found

If the path is not found, the function will be skipped.

Value type

The expected value type from the extraction. See all types.

Input

Any type convertible to XML

Output

Value

The value extracted from the XML matching the configured value type.