Hi all,
Here is a very simple way to debug the xml import files.
Just open them in a web browser.
Firefox spits out the error particularly nicely.
It actually shows you what is wrong and where.
XML Parsing Error: not well-formed
Location: file://///Bizserv/james/xag.xml
Line Number 49, Column 56:
<Product productId="HL10016FPBS" description="A/PRO L&N 100X75X1.6 FP
BS" productTypeId="FINISHED_GOOD" />
-------------------------------------------------------------------------------------------------------^
As we see in this case it is the "&"
I hope this little snippet of info might assist someone else.
James