6. XML PCDATA

PCDATA means parsed character data. Character data is the text found between the start and end tag of an XML element.

Example 6.1 An Element with PCDATA
<anelement>The character data within this element is PCDATA</anelement>