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

Search results for "module:HTML::Tagset"

HTML::Tagset - data tables useful in parsing HTML River stage four • 29 direct dependents • 3511 total dependents

This module contains several data tables useful in various kinds of HTML parsing operations. Note that all tag names used are lowercase. In the following documentation, a "hashset" is a hash being used as a set -- the hash conveys that its keys are t...

PETDANCE/HTML-Tagset-3.24 - 11 Mar 2024 17:32:52 UTC

Template::Declare::TagSet::HTML - Template::Declare tag set for HTML River stage two • 11 direct dependents • 16 total dependents

Template::Declare::TagSet::HTML defines a full set of HTML tags for use in Template::Declare templates. All elements for HTML 2, HTML 3, HTML 4, and XHTML 1 are defined. You generally won't use this module directly, but will load it via: use Template...

ALEXMV/Template-Declare-0.47 - 17 Dec 2014 04:27:40 UTC

lib/HTML/Valid/Tagset.pm River stage one • 2 direct dependents • 7 total dependents

BKB/HTML-Valid-0.09 - 28 Jun 2022 23:52:25 UTC

HTML::LoL - construct HTML from pleasing Perl data structures River stage zero No dependents

This module allows you to use Perl syntax to express HTML. The function "hl()" converts Perl list-of-list structures into HTML strings. The first argument to "hl()" is a callback function that's passed one argument: a fragment of generated HTML. This...

BOBG/HTML-LoL-1.3 - 01 Apr 2002 20:14:05 UTC

HTML::DOM - A Perl implementation of the HTML Document Object Model River stage two • 10 direct dependents • 11 total dependents

This module implements the HTML Document Object Model by extending the HTML::Tree modules. The HTML::DOM class serves both as an HTML parser and as the document class. The following DOM modules are currently supported: Feature Version (aka level) ---...

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC

HTML::Tree - build and scan parse-trees of HTML River stage three • 171 direct dependents • 974 total dependents

HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. It consists of mainly two modules, whose documentation you should refer to: HTML::TreeBuilder and HTML::Element. HTML::TreeBuilder is the module that builds the parse tre...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC

Blatte::HTML - tools for generating HTML with Blatte River stage zero No dependents

This module defines Blatte functions corresponding to HTML tags, making it possible to write Blatte that looks like this: Here is a {\a \href=http://www.blatte.org/ link} and can be translated to this: Here is a <a href="http://www.blatte.org/">link<...

BOBG/Blatte-HTML-0.9 - 12 May 2001 23:55:01 UTC

HTML::HiLiter - highlight words in an HTML document just like a felt-tip HiLiter River stage zero No dependents

HTML::HiLiter is designed to make highlighting search queries in HTML easy and accurate. HTML::HiLiter was designed for CrayDoc 4, the Cray documentation server. As of verison 0.14, HTML::HiLiter has been completely re-written with a new API, using S...

KARMAN/HTML-HiLiter-0.201 - 15 May 2014 20:21:14 UTC

HTML::TagUtil - Perl Utility for HTML River stage zero No dependents

HTML::TagUtil is a perl module providing a Object-Oriented interface to getting information about HTML/SGML/XML tags and their attributes and content....

LINC/HTML-TagUtil-1.45 - 12 Aug 2005 13:08:58 UTC

HTML::AutoTag - Just another HTML tag generator. River stage one • 2 direct dependents • 3 total dependents

Generate nested HTML (HTML4, XHTML and HTML5) tags with custom indentation, custom encoding and automatic attribute value rotation....

JEFFA/HTML-AutoTag-1.08 - 27 Jan 2024 20:12:37 UTC

HTML::TagUtil - Perl Utility for HTML tags River stage zero No dependents

HTML::TagUtil is a perl module providing a Object-Oriented interface to getting information about HTML/SGML/XML tags and their attributes and content....

LINC/HTML-TagUtil-1.45 - 20 Aug 2005 22:04:08 UTC

HTML::Element - Class for objects that represent HTML elements River stage three • 171 direct dependents • 974 total dependents

(This class is part of the HTML::Tree dist.) Objects of the HTML::Element class can be used to represent elements of HTML document trees. These objects have attributes, notably attributes that designates each element's parent and content. The content...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC

HTML::Truncate - (beta software) truncate HTML by percentage or character count while preserving well-formedness. River stage one • 1 direct dependent • 1 total dependent

ASHLEY/HTML-Truncate-0.20 - 14 Jul 2009 00:30:12 UTC

HTML::LinkExtor - Extract links from an HTML document River stage four • 548 direct dependents • 3510 total dependents

*HTML::LinkExtor* is an HTML parser that extracts links from an HTML document. The *HTML::LinkExtor* is a subclass of *HTML::Parser*. This means that the document should be given to the parser by calling the $p->parse() or $p->parse_file() methods....

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

Marek::Pod::HTML - convert Perl POD documents to HTML River stage zero No dependents

THIS IS PRELIMINARY SOFTWARE! The "Marek::" namespace is strictly preliminary until a regular place in CPAN is found. Marek::Pod::HTML converts one or more Pod documents into individual HTML files. This is meant to be a successor of Tom Christiansen'...

MAREKR/MarekPodHtml-0.49 - 16 Jan 2003 20:53:56 UTC

HTML::TokeParser - Alternative HTML::Parser interface River stage four • 548 direct dependents • 3510 total dependents

The "HTML::TokeParser" is an alternative interface to the "HTML::Parser" class. It is an "HTML::PullParser" subclass with a predeclared set of token types. If you wish the tokens to be reported differently you probably want to use the "HTML::PullPars...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::Link_Miner - return links in a document along with information River stage zero No dependents

This is currently just an idea and is not implemented yet HTML::Link_Miner is a link extractor. The *HTML::Link_Miner* is a subclass of *HTML::Parser*. This means that the document should be given to the parser by calling the $p->parse() or $p->parse...

MIKEDLR/Link_Controller-0.037 - 09 Feb 2002 18:12:34 UTC

HTML::Revelation - Reveal HTML document structure in a myriad of colors River stage zero No dependents

"HTML::Revelation" is a pure Perl module....

RSAVAGE/HTML-Revelation-1.03 - 24 Aug 2010 07:20:42 UTC

HTML::LinkChanger - abstract Perl class to change all linking URLs in HTML. River stage zero No dependents

HTML::LinkChanger is an abstract class so you need to subclass it to make it do something. See HTML::LinkChanger::Absolutizer for one useful example of such class. HTML::LinkChanger uses HTML::Tagset::linkElements to change all attributes that contai...

SERGEYCHE/HTML-LinkChanger-2.4 - 05 Oct 2007 15:59:27 UTC

HTML::TreeBuilder - Parser that builds a HTML syntax tree River stage three • 171 direct dependents • 974 total dependents

(This class is part of the HTML::Tree dist.) This class is for HTML syntax trees that get built out of HTML source. The way to use it is to: 1. start a new (empty) HTML::TreeBuilder object, 2. then use one of the methods from HTML::Parser (presumably...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC
24 results (0.033 seconds)