ZF-3373: CDATA with Zend_Rest_Client
Description
The Zend_Rest_Client (version 1.5.2) doesn't support CDATA in it's result, I just made a small change in the code so it works but was wondering if this might be fixed already or will be in the future?
The change: Add the LIBXML_NOCDATA param to the simplexml_load_string() function in \Rest\Client\Result.php.
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:52:34.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.