6.4 Parsed and Unparsed Data

Character Data (CDATA)
XoA string of characters to be passed on as is to the application without being examined by the parser (e.g., for <)
Parsed Character Data (PCDATA)
A string of characters to be passed on to the application as content pre-processed by the parser (e.g., for &lt; to represent <)