Why am I getting the following error message when I make an AddItem request
when I try to add HTML to my descrption?
<Errors>
<ShortMessage>XML Parse error.
</ShortMessage>
<LongMessage>XML Error Text: "; nested exception is: org.xml.sax.SAXParseException:
The element type "br" must be terminated by the matching end-tag ...".</LongMessage>
</Errors>
API Call returns an 'XML Error Text' error
Summary
To add HTML content to your description, you need to wrap it in
CDATA so that server does not try to parse the content when the request is
received.
Detailed Description
Here is a sample AddItem request that demonstrates how to send in the
description: