admin (at) elites0ft (dot) com [email concealed] wrote:
> it is a simple fix: htmlentities() around the parsed CDATA.
The problem with this solution is that if the feed contains harmless
HTML that's used for formatting, the HTML code becomes visible and the
formatting is lost.
> it is a simple fix: htmlentities() around the parsed CDATA.
The problem with this solution is that if the feed contains harmless
HTML that's used for formatting, the HTML code becomes visible and the
formatting is lost.
A better solution is to strip out HTML tags. E...
[ more ]