How-To: Fix SimpleXML CDATA problem in php
If you’ve used the SimpleXML functions in PHP, you may have noticed some strange things happening with CDATA values in your XML file/string. All I needed to do was extract the value of my CDATA fields, however these were always coming back blank in the structure that simplexml_load_file returns. Finally, after hours of trawling google, [...]
