For the XML parser to ignore a certain section of your XML document, which syntax is correct?

<![CDATA[ Text to be ignored ]]>

<CDATA> Text to b e ignored </CDATA>

<PCDATA> Text to be ignored </PCDATA>

<xml:CDATA[ Text to be ignored ]>