Multiple choice technology web technology PCDATA is An XML element that contains other XML elements An XML element that contains parsed character data An XML element thats used to define data for use only on a PC None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation PCDATA stands for Parsed Character Data - it's text content that will be parsed by the XML parser (unlike CDATA which is not parsed). PCDATA is the default content type for elements containing text and child elements.