Hi
I have an excel macro that is creating an XML but it saving the XML file like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<funds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fund>
<id>123456</id>
<name>Apple</name>
<basis>F</basis>
<type>Fruit</type>...