Open
Description
See stack overflow for details: https://stackoverflow.com/a/9281963/893222
The idea is to handle malformed XML thanks to recovery option in libxml that is implemented in userland:
$dom = new DOMDocument();
$dom->recover = TRUE;
Originally posted by @Isinlor at zendframework/zend-feed#73
Activity