Skip to main content

Xml.Tables

ส่งกลับเนื้อหาของเอกสาร XML เป็นคอลเลกชันที่ซ้อนกันของตารางแบบระนาบเดียว

Syntax

Xml.Tables(
contents as any,
optional options as record,
optional encoding as TextEncoding.Type
) as table

Remarks

ส่งกลับเนื้อหาของเอกสาร XML เป็นคอลเลกชันที่ซ้อนกันของตารางแบบระนาบเดียว

Examples

Example #1

เรียกใช้เนื้อหาของไฟล์ xml ภายใน

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

Result:

table

Category

Accessing data