Cloud Service:Special Characters

From Melissa Data Wiki
Revision as of 00:53, 19 September 2014 by Admin (talk | contribs) (Created page with "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 mu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)