- or download this
HTML::StripScripts::Parser
...
--> uses callbacks in HTML::StripScripts to filter the XSS an
+d tidy the HTML
--> uses callbacks in HTML::StripScripts::LibXML to build
+ a DOM tree
- or download this
...
return 1;
}
- or download this
sub a_callback {
...
return 1;
}
- or download this
package HTML::StripScripts::LibXML;
use strict;
...
1;