Table of Contents

LoadFromXml Procedure

Codeunit XML Reader

Loads the XML from an XML string.

Signature

LoadFromXml(Xml: Text; XPath: Text) : Integer

Parameters

Xml Text

The XML Data to load.

XPath Text

The XPath that should be loaded when the reader is loaded.

Returns

Integer

A unique number identifying the XML nodes found with the given XPath. If no nodes could be found that matched the provided XPath, a zero (0) will be returned.

This documentation is generated from Smart Toolbox v27.1