cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using special characters in AddItem XML payload

I am having trouble with using umlauts in AddItem XML text

Any Ideas?

Message 1 of 2
latest reply
1 REPLY 1

Using special characters in AddItem XML payload

@breun57 

 

I suspect you will need to pay attention to the document encoding, and save your own document in the same format.

 

<?xml version="1.0" encoding="utf-8"?>

 

eBay's FileExchange uploader has had difficulty with extended characters as well, since the Excel spreadsheet did not originally support a clean (DOM-free) UTF-8 and had to be uploaded as ISO-8859-1 or as CP1252.  I presume the XML uploader would just be a matter of saving your XML text file in the same format your encoding states.

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 2
latest reply