Table of Contents

LoadFromXmlDocument Procedure

Codeunit XML Reader

Loads the XML from an XmlDocument.

Signature

LoadFromXmlDocument(var XmlDocument: XmlDocument; XPath: Text) : Integer

Parameters

var XmlDocument XmlDocument

The XmlDocument containing the XML Data.

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