Monday, April 15, 2013

XML document escape characters

There are only five:

"   "
'   '
<   &lt;
>   &gt;
&   &amp;

From http://stackoverflow.com/questions/1091945/where-can-i-get-a-list-of-the-xml-document-escape-characters

Full CDATA specs at http://www.w3schools.com/xml/xml_cdata.asp