G
Guest
Using Access 2003 I can easily export related tables to XML, however I need
to add additional element tags in the XML file to allow another custom
program to easily read in the XML file.
For instance, in the example below I need to add the "Entry" element tags to
the XML file. I can hand edit the file, however I would like to automate the
process - any ideas? thanks
<!-- Global Event Table -->
- <EventTable>
- <Entry>
<EventId>276</EventId>
<Enabled>1</Enabled>
<Priority>10</Priority>
<DataType>9</DataType>
- <Handler>
<DestNode>2</DestNode>
<Enabled>1</Enabled>
<DestTable>1</DestTable>
<DestId>7</DestId>
</Handler>
</Entry>
- <Entry>
…
</Entry>
</EventTable>
to add additional element tags in the XML file to allow another custom
program to easily read in the XML file.
For instance, in the example below I need to add the "Entry" element tags to
the XML file. I can hand edit the file, however I would like to automate the
process - any ideas? thanks
<!-- Global Event Table -->
- <EventTable>
- <Entry>
<EventId>276</EventId>
<Enabled>1</Enabled>
<Priority>10</Priority>
<DataType>9</DataType>
- <Handler>
<DestNode>2</DestNode>
<Enabled>1</Enabled>
<DestTable>1</DestTable>
<DestId>7</DestId>
</Handler>
</Entry>
- <Entry>
…
</Entry>
</EventTable>