Skip to main content
added 166 characters in body
Source Link
durron597
  • 32.4k
  • 18
  • 105
  • 162

I'd like to suggest HTML Purifier (http://htmlpurifier.org/) It doesn't just filter the html, it basically tokenizes and re-compiles it. It is truly industrial-strength.

It has the additional benefit of allowing you to ensure valid html/xhtml output.

Also n'thing textile, its a great tool and I use it all the time, but I'd run it though html purifier too.

I don't think you understood what I meant re tokens. HTML Purifier doesn't just 'filter', it actually reconstructs the html. http://htmlpurifier.org/comparison.html

I'd like to suggest HTML Purifier (http://htmlpurifier.org/) It doesn't just filter the html, it basically tokenizes and re-compiles it. It is truly industrial-strength.

It has the additional benefit of allowing you to ensure valid html/xhtml output.

Also n'thing textile, its a great tool and I use it all the time, but I'd run it though html purifier too.

I'd like to suggest HTML Purifier (http://htmlpurifier.org/) It doesn't just filter the html, it basically tokenizes and re-compiles it. It is truly industrial-strength.

It has the additional benefit of allowing you to ensure valid html/xhtml output.

Also n'thing textile, its a great tool and I use it all the time, but I'd run it though html purifier too.

I don't think you understood what I meant re tokens. HTML Purifier doesn't just 'filter', it actually reconstructs the html. http://htmlpurifier.org/comparison.html

Source Link
Buzz
  • 1.7k
  • 3
  • 18
  • 25

I'd like to suggest HTML Purifier (http://htmlpurifier.org/) It doesn't just filter the html, it basically tokenizes and re-compiles it. It is truly industrial-strength.

It has the additional benefit of allowing you to ensure valid html/xhtml output.

Also n'thing textile, its a great tool and I use it all the time, but I'd run it though html purifier too.