DOMDocument parse warnings have been a consistent issue with this plugin. Initially I decided to leave error/warning handling to the site-builder; however, WordPress' recent support for HTML5 image galleries has made me reconsider. The <figure> elements in these galleries will make parse warnings even more common, and I'm pretty sure the user base that would be upset by suppressing these warnings is in the minority. Within the next few days I will update the plugin to use libxml's internal error handling and will update the documentation to help site-builders retrieve the suppressed errors/warnings or turn off error suppression as desired.
DOMDocument parse warnings have been a consistent issue with this plugin. Initially I decided to leave error/warning handling to the site-builder; however, WordPress' recent support for HTML5 image galleries has made me reconsider. The
<figure>
elements in these galleries will make parse warnings even more common, and I'm pretty sure the user base that would be upset by suppressing these warnings is in the minority. Within the next few days I will update the plugin to use libxml's internal error handling and will update the documentation to help site-builders retrieve the suppressed errors/warnings or turn off error suppression as desired.