Posted by "Guy Brom" on 10/12/93 11:33
worked!!
"Rob Richards" <rrichards@php.net> wrote in message
news:438F29DD.9030906@php.net...
> Guy Brom wrote:
>> Any idea what's wrong with the following? ($this_item['description'] has
>> some html text I would like to paste as a CDATA section)
>>
>> $item->appendChild($dom->createElement('description',
>> $dom->createCDATASection($this_item['description'])));
>
> createElement takes a string not a DOMNode. Append the CDATASection to the
> element.
>
> Rob
[Back to original message]
|