The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:HTML::Parser"

HTML::Parser - HTML parser class River stage four • 548 direct dependents • 3510 total dependents

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.82 - 13 Mar 2024 20:11:51 UTC

HTML::Zoom::Parser::HTML::Parser - Glue to power HTML::Zoom with HTML::Parser River stage zero No dependents

This module provides a bridge to HTML::Parser to be used with HTML::Zoom. You may want to use this over Parser::BuiltIn for improved handling of malformed html. There could potentially be a performance boost from HTML::Parser's XS bits, though I've n...

MATTP/HTML-Zoom-Parser-HTML-Parser-1.130810 - 22 Mar 2013 14:49:04 UTC

DSL::HTML::Parser - Exporter::Declare::Parser plugin for syntax. River stage zero No dependents

EXODIST/DSL-HTML-0.006 - 15 Oct 2013 20:53:55 UTC

iCal::Parser::HTML - Generate HTML calendars from iCalendars River stage zero No dependents

This module uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates html calendars from icalendars. The html document generated includes (when appropriate) a sidebar containing a legend, a list of todos and a three month calend...

RFRANKEL/iCal-Parser-HTML-1.07 - 30 Jun 2008 23:51:19 UTC

HTML::Data::Parser - parses data embedded in HTML River stage zero No dependents

This module parses data embedded in HTML. It understands the following standards and patterns for embedding data: * RDFa <http://www.w3.org/TR/rdfa-syntax/> * Microformats <http://microformats.org/> * GRDDL <http://www.w3.org/TR/grddl/> * Microdata <...

TOBYINK/HTML-Data-Parser-0.006 - 03 Jul 2012 09:49:27 UTC

HTML::Lint::Parser - Parser for HTML::Lint. No user-serviceable parts inside. River stage two • 15 direct dependents • 33 total dependents

PETDANCE/HTML-Lint-2.32 - 22 Jun 2018 21:20:42 UTC

HTML::HTML5::Parser - parse HTML reliably River stage two • 14 direct dependents • 18 total dependents

This library is substantially the same as the non-CPAN module Whatpm::HTML. Changes include: * Provides an XML::LibXML-like DOM interface. If you usually use XML::LibXML's DOM parser, this should be a drop-in solution for tag soup HTML. * Constructs ...

TOBYINK/HTML-HTML5-Parser-0.992 - 08 Sep 2021 15:02:44 UTC

HTML::Parser::Simple - Parse nice HTML files without needing a compiler River stage zero No dependents

"HTML::Parser::Simple" is a pure Perl module. It parses HTML V 4 files, and generates a tree of nodes, with 1 node per HTML tag. The data associated with each node is documented in the "FAQ". See also HTML::Parser::Simple::Attributes and HTML::Parser...

RSAVAGE/HTML-Parser-Simple-2.02 - 25 Jan 2015 04:44:31 UTC

HTML::Parser::Stacked - HTML::Parser With Stacked Handlers River stage zero No dependents

I often find myself using multiple modules to analyze the contents of an HTML document. By using this module, you can make one pass at the document while employing multiple logics....

DMAKI/HTML-Parser-Stacked-0.00001 - 10 Nov 2007 17:39:28 UTC

HTML::Template::Parser - Parser for HTML::Template syntax template file & writer. River stage one • 1 direct dependent • 1 total dependent

HTML::Template::Parser is parser module for tempalte file that is written in HTML::Template. It parse template file to tree object. It can write tree as TextXslate::Metakolon format....

SHMORIMO/HTML-Template-Parser-0.1011 - 25 Oct 2013 10:25:54 UTC

Markdown::Parser::HTML - Markdown HTML Element River stage one • 1 direct dependent • 1 total dependent

This class represents a html chunk of data. It is used by Markdown::Parser and inherits from Markdown::Parser::Element...

JDEGUEST/Markdown-Parser-v0.3.2 - 28 Aug 2023 22:21:24 UTC

HTML::Quoted - extract structure of quoted HTML mail message River stage zero No dependents

Parses and extracts quotation structure out of a HTML message. Purpose and returned structures are very similar to Text::Quoted....

BPS/HTML-Quoted-0.05 - 11 Jul 2023 19:48:27 UTC

HTML::HTML5::Parser::UA - simple web user agent class River stage two • 14 direct dependents • 18 total dependents

This is a simple wrapper around HTTP::Tiny and LWP::UserAgent to smooth out the API differences between them. It only supports bog standard "get($url)" requests. If LWP::UserAgent is already in memory, this module will use that. If LWP::UserAgent is ...

TOBYINK/HTML-HTML5-Parser-0.992 - 08 Sep 2021 15:02:44 UTC

Moonshine::Parser::HTML - Parse html into a Moonshine::Element object. River stage zero No dependents

LNATION/Moonshine-Parser-0.05 - 08 Apr 2017 17:32:28 UTC

HTML::Zoom::Parser::HH5P - use HTML::HTML5::Parser with HTML::Zoom River stage zero No dependents

"HTML::Zoom::Parser::HH5P" is glue between HTML::Zoom and HTML::HTML5::Parser. It is likely to be slower than HTML::Zoom's built in parser and HTML::Zoom::Parser::HTML::Parser, but because HTML::HTML5::Parser uses the HTML5 parsing algorithm, should ...

TOBYINK/HTML-Zoom-Parser-HH5P-0.002 - 28 May 2013 12:54:28 UTC

HTML::HTML5::Parser::Error - an error that occurred during parsing River stage two • 14 direct dependents • 18 total dependents

The "error_handler" and "errors" methods of "HTML::HTML5::Parser" generate "HTML::HTML5::Parser::Error" objects. "HTML::HTML5::Parser::Error" overloads stringification, so can be printed, matched against regular expressions, etc. Note that HTML::HTML...

TOBYINK/HTML-HTML5-Parser-0.992 - 08 Sep 2021 15:02:44 UTC

HTML::StripScripts::Parser - XSS filter using HTML::Parser River stage two • 7 direct dependents • 14 total dependents

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::TableContent::Parser - HTML::Parser subclass. River stage zero No dependents

HTML::Parser subclass....

LNATION/HTML-TableContent-1.00 - 21 Apr 2020 16:07:38 UTC

HTML::Parser::Simple::Reporter - A sub-class of HTML::Parser::Simple River stage zero No dependents

"HTML::Parser::Simple::Reporter" is a pure Perl module. It is a sub-class of HTML::Parser::Simple. Specifically, this module overrides the method "traverse($node)" in HTML::Parse::Simple, to demonstrate a different way of formatting the output. It pa...

RSAVAGE/HTML-Parser-Simple-2.02 - 25 Jan 2015 04:44:31 UTC

HTML::HTML5::Microdata::Parser - fairly experimental parser for HTML 'microdata' River stage one • 1 direct dependent • 1 total dependent

This package aims to have a roughly compatible API to RDF::RDFa::Parser. Microdata is an experimental metadata format, not in wide use. Use this module at your own risk. $p = HTML::HTML5::Microdata::Parser->new($html, $baseuri, \%options, $storage) T...

TOBYINK/HTML-HTML5-Microdata-Parser-0.100 - 26 Oct 2011 09:48:18 UTC
244 results (0.039 seconds)