Get XML Node Value

Purpose

Gets value from a single or a set of nodes from an XML object / string.

Description

The Get XML Node Value component enables to get value from a single or a set of nodes from an XML object / string. In the given example, a Get XML Node Value component is designed to get value from XML String property. The value is stored in the Result property.



Properties

> > >

Property

Data Type

Description

General

 

 

Display Name

String

Display name of the component.

Enable Pause

-NA-

Option to pause the activity (related to the component) during a job execution after receiving a pause control signal from the Cockpit application. The checkbox is selected by default..

Input

 

 

XML Object

XDocument

The XML object from which node values are to be fetched.

Note:Either XML Object or XML String value should be provided as an input.

XML String

String

The XML string from which node values are to be fetched.

Note:Either XML Object or XML String value should be provided as an input.

XML Path

String

XML path identifying the node(s) whose value(s) are to be fetched.

Misc

 

 

Enable Bookmark

-NA-

Option to set a bookmark..

Is Reserved

-NA-

Option to disable data tracing related to the component.

Output

 

 

Result

Object

An object storing single (or multiple) node value(s).