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.20 - 01 Mar 2008 06:21:24 UTCTemplate::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 UTCThis 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 UTCThis 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 UTCHTML-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 UTCThis 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 UTCHTML::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 UTCHTML::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 UTCGenerate nested HTML (HTML4, XHTML and HTML5) tags with custom indentation, custom encoding and automatic attribute value rotation....
JEFFA/HTML-AutoTag-1.06 - 04 Jan 2017 21:42:51 UTCHTML::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(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 UTCASHLEY/HTML-Truncate-0.20 - 14 Jul 2009 00:30:12 UTC
*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.76 - 04 Mar 2021 18:06:59 UTCTHIS 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 UTCThe "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.76 - 04 Mar 2021 18:06:59 UTC"HTML::Revelation" is a pure Perl module....
RSAVAGE/HTML-Revelation-1.03 - 24 Aug 2010 07:20:42 UTCThis 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(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 UTCHTML::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