exportXML

nikiokos

New member
Local time
Today, 14:08
Joined
Aug 22, 2008
Messages
1
Hi, i want to export an xml file from an access query with a different format of the default.
The default access exportXML format is something like this

<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlnsd="urn:schemas-microsoft-comfficedata" generated="2008-08-20T22:36:49">
<dokimi>
</dokimi>
</dataroot>

I want to change the dataroot element to catalog and the second level element(dokimi) it should i has an other name like product.
something like this.

<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlnsd="urn:schemas-microsoft-comfficedata" generated="2008-08-20T22:36:49">
<product>
</product>
</catalog>

Any ideas

Thanks
 

Users who are viewing this thread

Back
Top Bottom