Difference between revisions of "Cloud Service:Special Characters"

From Melissa Data Wiki
Jump to navigation Jump to search
(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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
#REDIRECT [[Cloud Service:Special Character Replacement]]
 
The following codes must be substituted for these characters.
 
{|class="alternate01" cellspacing="0"
!Character
!style="border-right:0px;"|URL Encoded
|-
| &
| & (ampersand)
|-
| “
| " (left/right quotes should be replaced with straight quotes)
|-
| ‘
| ' (apostrophe)
|-
| <
| &lt; (less-than)
|-
| >
| &gt; (greater-than)
|}
 
 
[[Category:Web Services]]

Latest revision as of 20:23, 6 July 2016