This page contains the XML for <SCRIPT> DOMCDATASection object documentation.
Return to W3C DOM Parser Documentation Main Page
NOTE: DOMCDATASection descends from DOMText and inherits all of the properties and methods of the DOMText object
DOMCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. CDATA sections start with "<![CDATA[". The only delimiter that is recognized in a CDATA section is the "]]>" string that ends the CDATA section. DOMCDATA sections cannot be nested. Their primary purpose is for including material such as XML fragments, without needing to escape all the delimiters.