XML Excel tag problem
When I export data from Excel to upload elsewhere as an XML transfer file,
Excel tags each element with "ns1:" + tag name.
e.g.,
<ns1:PRODUCTCODE809975</ns1:PRODUCTCODE
instead of simply <PRODUCTCODE809975</PRODUCTCODE
How can I export xml files out of Excel with tags that do not contain the
'ns1:' ?
|