Create table from xml

It is possible to create a table in a word document using either xml source of the table?

Hi Doug,

Thanks for your inquiry. Yes, you can create table in Word document using Xml. Please reads XML schema and data into the DataSet using DataSet.ReadXml method. After reading the xml, please use DataTable to create table in MS Word. Please read following article about creating table from DataTable.

How to Build a Table from a DataTable

Please let us know if you have any more queries.

That worked.

thanks