digitalpencil
Programmer
Hi,
I'm trying to use access/word merge as an easy input to make up an xml doc.
Basically, so far I have an access table containing three fields 'listitem name', 'thumb' and 'stream name'. Referencing this table is a form containing the above input fields.
I wish to then take the data stored in the table and merge it with word to make an XML doc formatted as follows:
<xml>
<listitem name="<<listitem name>>" url="streams" thumb="<<thumb>>">
<stream name="<<stream name>>" start="0" len="-1"/>
</listitem>
I obviously wish to repeat this format with all records in the one word doc rather than having the above spread across 'x' docs
I would also like to close the document with an </xml> after all the records have been merged into one doc with the above format
Any advice anyone can offer on how to achieve this is greatly appreciated.
Thanks
I'm trying to use access/word merge as an easy input to make up an xml doc.
Basically, so far I have an access table containing three fields 'listitem name', 'thumb' and 'stream name'. Referencing this table is a form containing the above input fields.
I wish to then take the data stored in the table and merge it with word to make an XML doc formatted as follows:
<xml>
<listitem name="<<listitem name>>" url="streams" thumb="<<thumb>>">
<stream name="<<stream name>>" start="0" len="-1"/>
</listitem>
I obviously wish to repeat this format with all records in the one word doc rather than having the above spread across 'x' docs
I would also like to close the document with an </xml> after all the records have been merged into one doc with the above format
Any advice anyone can offer on how to achieve this is greatly appreciated.
Thanks