Cloud Service:Special Characters

From Melissa Data Wiki
Jump to navigation Jump to search

Certain characters cannot be passed as data in an XML-based web service. They would be interpreted as part of the XML structure and would cause errors.

The following codes must be substituted for these characters.

Character URL Encoded
& & (ampersand)
" (left/right quotes should be replaced with straight quotes)
' (apostrophe)
< < (less-than)
> > (greater-than)