Home
Find the answer to your question
Question:
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>
Answer:
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.