Hello, I am trying to set up a system that will allow my friend's garage to
upload all their motors from an Excel spreadsheet into ebay motors via
xml.
I was asked because I am an Excel programmer - and the Excel side of it is
working fine - It creates an xml file that opens OK in explorer, and looks
exactly as it should. But when we upload it it doesn't work.
I think that the reason may be something to do with the 'Schema' (whatever
that is). If I include the lines:
<?xml version="1.0" encoding="UTF-8"?>
<empro xmlns="urn:de:mobile:core:inventoryfileupload:xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:de:mobile:core:inventoryfileupload:xml
http://www.ebaymotorspro.co.uk/schema/empro.xsd">
the validation tool says that it is full of errors
if I just put
<?xml version="1.0"?>
it p***** the validation tool with just one error (it expects a closing
line
at the bottom), but eBay says that it is not valid xml.
You've probably worked out by now that I don't really know what I'm
talking
about. Can anyone point me in the right direction? Please?
Many thanks