itemDescription HTML
Status: Beta
Brought to you by:
phil_haigh
Depending on the feed used, the itemDescription may include HTML tags. This can make the page displying the feed entry rather unsightly. We need to be able to control the degree of retention of HTML tags that are retained when rendering:
- Remove style attributes
- Remove class attributes
- Remove images (replace with alt text/title?)
- Remove inline frames
- Remove links (but retain link text)
There may be others.
The defaults for each should be something that gives the 'best' output - i.e. remote style and class attributes, images and inline frames but keep links.