Definitions for "CDATA"
Keywords:  pcdata, parser, parsed, sgml, xml
A section of an XML document, delimited by CDATA markers, that contains raw character data. Characters that would otherwise be interpreted as tags or other XML metadata can be included in a CDATA section, where they are treated as ordinary characters without any special meaning.
Character Data (CDATA) refers to text that is not run through the parser.
Character data, or text that does not need to be parsed. Markup within CDATA sections will not be interpreted as markup.
Keywords:  php, clinical, simple, entire, model
CDATA is a clinical database generator written in PHP that allows the user to define the database model as a simple text file and then create from the model the entire web application.