CDATA

acronym

web devprogramming

Stands for: character data (XML)

An XML section whose content is not parsed as markup.

A character data section lets an XML document include raw text - like code or markup - without the parser interpreting angle brackets and ampersands. It is written as a CDATA block so special characters need no escaping.

Also known as: cdata

All glossary entries