Handle errors and warnings from loadHTML()
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 8 Nov 2013 09:44:44 +0000 (10:44 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 8 Nov 2013 09:44:44 +0000 (10:44 +0100)
commit07a6e0c19e175603bde51f800b0b484a327c515c
treecd45f806acbaf54a14672036046e8e3bd5f68c36
parent8da94863a9efd3a52978f14b3b4603f376665ea7
Handle errors and warnings from loadHTML()

When parsing invalid documents loadHTML() spits out warnings and errors
which may end up polluting the output of tweeper depending on the value
of the "display_errors" variable in the PHP configuration; this may
result in the output being invalid RSS.

Handling those messages explicitly makes tweeper more robust against
different PHP configurations.

Thanks-to: gregor herrmann <gregoa@debian.org>
tweeper.php