hi
I'm trying to export an access 2k db as a xml file in the format below using vba as I need to process the file and that does not work when I use the namespaces
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns
d="urn:schemas-microsoft-com
fficedata" xmlns:xsi=" xsi:noNamespaceSchemaLocation="filename.xsd">;
<parent>
<child1>bla</child1>
<child2>bla bla</child2>
<child3>bla bla bla</child3>
</parent>
<parent>
<child1>bla</child1>
<child2>bla bla</child2>
<child3>bla bla bla</child3>
</parent>
</dataroot>
or even better as
<?xml version="1.0" encoding="UTF-8"?>
<root>
<parent>
<child1>bla</child1>
<child2>blabla</child2>
<child3>blablabla</child3>
</parent>
<parent>
<child1>bla</child1>
<child2>blabla</child2>
<child3>blablabla</child3>
</parent>
</root>
any help would be apreciated![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
I'm trying to export an access 2k db as a xml file in the format below using vba as I need to process the file and that does not work when I use the namespaces
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns


<parent>
<child1>bla</child1>
<child2>bla bla</child2>
<child3>bla bla bla</child3>
</parent>
<parent>
<child1>bla</child1>
<child2>bla bla</child2>
<child3>bla bla bla</child3>
</parent>
</dataroot>
or even better as
<?xml version="1.0" encoding="UTF-8"?>
<root>
<parent>
<child1>bla</child1>
<child2>blabla</child2>
<child3>blablabla</child3>
</parent>
<parent>
<child1>bla</child1>
<child2>blabla</child2>
<child3>blablabla</child3>
</parent>
</root>
any help would be apreciated
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)