Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

The XPathApplyActivity activity can be used to get the Xpath result of delivered Xml from string. This is logic is used to uniquely identify or address parts of an XML document.

Input Data

Xml

The Xml document in string.

XPath

The XPath syntax, described here.

Output Data

Result

The result of xPath as array of strings.

  • No labels