Populates the specified datatable with the child nodes below the selected node.

Syntax

Smartsite SXML CopyCode image Copy Code
this.populatedatatable(datatable dataTable)
this.populatedatatable(datatable dataTable, string[ ] columnQueries)

Parameters

Name Data Type Description
dataTable DataTable The data table.
columnQueries String[ ] The (relative) column XPath queries to select the column values.

Return Value

None.

Used in

Macro Description
XmlProcessor Native Xml data Macro.

Expand image Examples

SXML