load data into word table or tabular form automatically from XML

A

Alex

I have some data in a very simple XML file,

I want a simple & easy way to load this into a Table in Word document.
(which will automatically add the required number of rows into this table).
Basically i want to be free of any code which has to do with adding rows &
setting the values.
I dont mind having a complex, but generic way of plugging this data into a
table in Work Document.

Is there such a way to achieve this (To populate data in a Table or at least
tabular form in a Word Document)???

Sample XML data.

<AdrBook>
<row>
<Name>Alex</Name>
<age>14</age>
</row>
<row>
<Name>Alex 2</Name>
<age>24</age>
</row>
<row>
<Name>Alex3</Name>
<age>35</age>
</row>
</AdrBook>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top