Multiple choice technology web technology

PCDATA is

  1. An XML element that contains other XML elements

  2. An XML element that contains parsed character data

  3. An XML element thats used to define data for use only on a PC

  4. 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.