Search results for "module:HTML::Strip"
HTML::Strip - Perl extension for stripping HTML markup from text.
This module simply strips HTML-like markup from text rapidly and brutally. It could easily be used to strip XML or SGML markup instead - but as removing HTML is a much more common problem, this module lives in the HTML:: namespace. It is written in X...
KILINRAX/HTML-Strip-2.12 - 20 Mar 2023 17:41:33 UTC
HTML::Strip::Whitespace - Perl extension for stripping whitespace out of HTML.
This module tries to strip as much whitespace from an HTML as it can without eliminating valid whitespace (like the one inside <pre>). To use it call the function "HTML::Strip::Whitespace::html_strip_whitespace", with named parameters. "source" is th...
SHLOMIF/HTML-Strip-Whitespace-0.2.2 - 28 Jan 2020 18:39:26 UTC
Template::Plugin::HTML::Strip - HTML::Strip filter for Template Toolkit
This module is a Template Toolkit dynamic filter, which uses HTML::Strip to remove markup (primarily HTML, but also SGML, XML, etc) from filtered content during template processing. By default, the installed filter's name is 'html_strip'. This can be...
GSIMMONS/Template-Plugin-HTML-Strip-0.01 - 19 Dec 2005 06:09:47 UTC
HTML::StripTags - Strip HTML or XML tags from a string with Perl like PHP's strip_tags() does
HTML::StripTags provides the function strip_tags() that can strip all HTML or XML tags from a string except the given allowed tags. This is a Perl port of the PHP function strip_tags() based on PHP 5.3.3....
HINNERK/HTML-StripTags-1.01 - 30 Jun 2011 10:37:15 UTC
HTML::StripScripts - Strip scripting constructs out of HTML
This module strips scripting constructs out of HTML, leaving as much non-scripting markup in place as possible. This allows web applications to display HTML originating from an untrusted source without introducing XSS (cross site scripting) vulnerabi...
DRTECH/HTML-StripScripts-1.06 - 12 May 2016 09:44:35 UTC
HTML::StripScripts::Regex - XSS filter using a regular expression
NCLEATON/HTML-StripScripts-Regex-0.02
-
20 Oct 2009 04:52:15 UTC
HTML::StripScripts::Parser - XSS filter using HTML::Parser
This class provides an easy interface to "HTML::StripScripts", using "HTML::Parser" to parse the HTML. See HTML::Parser for details of how to customise how the raw HTML is parsed into tags, and HTML::StripScripts for details of how to customise the w...
DRTECH/HTML-StripScripts-Parser-1.03 - 05 Nov 2009 10:26:10 UTC
HTML::Scrubber::StripScripts - strip scripting from HTML
This module provides a preworked configuration for HTML::Scrubber, configuring it to leave as much non-scripting markup in place as possible while being certain to eliminate all scripting constructs. This allows web applications to display HTML origi...
NCLEATON/HTML-Scrubber-StripScripts-0.02 - 18 Mar 2004 17:30:53 UTC
HTML::Widget::Filter::HTMLStrip - HTML Strip Filter
HTML Strip Filter....
CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC
HTML::StripScripts::LibXML - XSS filter - outputs a LibXML Document or DocumentFragment
This class provides an easy interface to "HTML::StripScripts", using "HTML::Parser" to parse the HTML, and returns an XML::LibXML::Document or XML::LibXML::DocumentFragment. See HTML::Parser for details of how to customise how the raw HTML is parsed ...
DRTECH/HTML-StripScripts-LibXML-0.12 - 01 Dec 2007 12:57:42 UTC
HTML::TableExtract - Perl module for extracting the content contained in tables within an HTML document, either as text or encoded element trees.
HTML::TableExtract is a subclass of HTML::Parser that serves to extract the information from tables of interest contained within an HTML document. The information from each extracted table is stored in table objects. Tables can be extracted as text, ...
MSISK/HTML-TableExtract-2.15 - 25 May 2017 13:49:56 UTC
HTML::FormFu::OutputProcessor::StripWhitespace - Strip shitespace from HTML output
CFRANKS/HTML-FormFu-2.07
-
14 Dec 2018 16:07:11 UTC
HTML::Restrict - Strip unwanted HTML tags and attributes
This module uses HTML::Parser to strip HTML from text in a restrictive manner. By default all HTML is restricted. You may alter the default behaviour by supplying your own tag rules....
OALDERS/HTML-Restrict-v3.0.1 - 22 Sep 2022 22:34:10 UTC
HTML::Detoxifier - practical module to strip harmful HTML
HTML::Detoxifier is a practical module to remove harmful tags from HTML input. It's intended to be used for web sites that accept user input in the form of HTML and then present that information in some form. Accepting all HTML from untrusted users i...
PWALTON/HTML-Detoxifier-0.02 - 02 Mar 2004 03:09:14 UTC
HTML::Clean - Cleans up HTML code for web browsers, not humans
The HTML::Clean module encapsulates a number of common techniques for minimizing the size of HTML files. You can typically save between 10% and 50% of the size of a HTML file using these methods. It provides the following features: Remove unneeded wh...
AZJADFTRE/HTML-Clean-1.4 - 13 Sep 2019 11:40:24 UTC
HTML::Miner - This Module 'Mines' (hopefully) useful information for an URL or HTML snippet.
TMHARISH/HTML-Miner-1.03
-
20 Jan 2013 08:53:50 UTC
HTML::Native - Generate and manipulate HTML as native Perl data structures
HTML::Native allows you to treat an HTML document tree as a native Perl data structure built using arrays and hashes. Consider the HTML element: <div class="main">Hello world!</div> This could be constructed as an HTML::Native object using: my $elem ...
MCB/HTML-Native-1.1 - 15 Jan 2014 16:00:42 UTC
HTML::Parser - HTML parser class
Objects of the "HTML::Parser" class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked. "HTML::Parser" is no...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC