What's the origin of CDATA? Does it stand for anything in particular?
Created May 4, 2012
Serge Knystautas
CDATA is short for character data, and PCDATA is short for parsed character data. It is important when handling data that contains markup that a parser would other think as a tag or some other command instead of just data for a particular element.