Bobafart
03-06-2008, 05:34 PM
I have feed content I serve in my site
Sometimes the HTML in the feed content is bad and leaves an open container element which screws up the HTML formatting on the page.
I know I can strip some HTML tags with PHP.. but I need the HTML tags in the feed content in order to retaining some formatting. Otherwise the feed content looks "boring" and flat.
But there has to be some give and take here... it's a tradeoff.. crap HTML or boring content.
Other than stripping all the container tags from the feeds, are there any other solutions I can consider to "tame" the RSS content?
Sometimes the HTML in the feed content is bad and leaves an open container element which screws up the HTML formatting on the page.
I know I can strip some HTML tags with PHP.. but I need the HTML tags in the feed content in order to retaining some formatting. Otherwise the feed content looks "boring" and flat.
But there has to be some give and take here... it's a tradeoff.. crap HTML or boring content.
Other than stripping all the container tags from the feeds, are there any other solutions I can consider to "tame" the RSS content?