PL/SQL Utility for Sanitizing HTML User Input
533859Nov 2 2007 — edited Nov 3 2007I would like to allow my users to include a limited set of HTML tags in there text input. Does anyone have a PL/SQL utility they would be willing to share that scans a string and "sanitizes" it by escaping tags that do not belong to a set of programmer defined set of allowed tags? Something like what is mentioned in this post for Ruby: http://ideoplex.com/id/1138/sanitize-html-in-ruby.
Any related suggestions or techniques are much appreciated!
Thanks,
Bill