nodeType === XML_CDATA_SECTION_NODE) { $node->parentNode->replaceChild($this->createText($node->textContent), $node); } } }