Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    
    
    ...
            return 1;
        }
    
  3. or download this
    
       sub a_callback {
    ...
            return 1;
        }
    
  4. or download this
    package HTML::StripScripts::LibXML;
    use strict;
    ...
    
    1;