in reply to Re: Regex: Strip <script> tags?in thread Regex: Strip <script> tags?
Have a look at HTML::StripScripts::Parser, which allows you to customise the HTML / CSS that you would like to allow, while removing XSS attacks.
Clint