Table of Contents

SelectNodes Procedure

Codeunit XML Reader

Selects a new node list relative to a parent node list.

Signature

SelectNodes(ParentNodeListId: Integer; XPath: Text) : Integer

Parameters

ParentNodeListId Integer

The Id of the parents node list.

XPath Text

The XPath that will be used to select the new node list.

Returns

Integer

A unique Id 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