Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Xml.Tables

Syntax

Xml.Tables(
 contents as any,
 optional options as nullable record,
 optional encoding as nullable number
) as table

About

Returns the contents of the XML document as a nested collection of flattened tables.

Example

Retrieve the contents of a local XML file.

Usage

Xml.Tables(File.Contents("C:\invoices.xml"))

Output

table


Feedback

Was this page helpful?

Additional resources