Introduction XML Tutorial

CDATA sections look like  this: 
 6]]> 
Everything starting after the  is ignored by the parser. 
The following example uses a CDATA section to keep an XML parser from parsing a section of JavaScript: 
function myFunc() 

    if(0 < 1 && 1 < 2) 
        alert("Hello"); 

]]>