1

Topic: Strip all tags?

Hi!

I was wondering if it's possible to configure htmlawed to strip all tags, effectively transforming full HTML text into simple text. If so, how to accomplish that?

Thanks!

2

Re: Strip all tags?

Set the $config 'elements' parameter to '-*' and 'keep_bad' to 0; refer to the documentation for more about what these parameters are for.