In Parsing XML, what is the meaning of CDATA_SECTION_NODE in the Node interfaceof the package org.w3c.dom ??? What does CDATA mean?
CDATA stands for Character DATA. It basically signalsto the JAXP or any other XML processor that the datainside the CDATA tags is to be read as one large textstring - and that none of the content is to be'parsed'.