splittingred / getFeed

A simple snippet to retrieve an RSS feed and iterate the feed items using a Chunk.
http://svn.modxcms.com/docs/display/ADDON/getFeed
7 stars 6 forks source link

Stripping HTML attributes #4

Closed goldsky closed 14 years ago

goldsky commented 14 years ago

I was hoping that this feeder could strip HTML like simplepie does here http://simplepie.org/wiki/reference/simplepie/strip_attributes

I'm facing the multiple
in one of my usage.

goldsky commented 14 years ago

geez.... i typed ‹br ⁄ ›

splittingred commented 14 years ago

Use the :striptags output filter on your field.

goldsky commented 14 years ago

wow... beyond my expectation. cool feature!