$description = $dom->createElement("description");
$descriptionText = $dom->createTextNode($row['description']);
$description->appendChild($descriptionText);
$item->appendChild($description);
I concede (again), where do I put the CDATASection for my XML description? I have played around for hours, am I over complicating this? Help!
Thank you in advance
Stu
Not exactly sure what you’re asking, but maybe it’s http://docs.php.net/domdocument.createcdatasection