<p>If a node has been wrapped in CDATA, that value cannot be accessed directly, e.g. <code>$obj->title</code>, but rather you have to run it through like this <code>$obj->cdata($obj->title)</code>.</p>
<p>There is no special handling necessary when you use the $obj->asXml() method.</p>