Search results for "module:HTML::Tagset"
HTML::Tagset - data tables useful in parsing HTML
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 UTC
Template::Declare::TagSet::HTML - Template::Declare tag set for HTML
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
HTML::LoL - construct HTML from pleasing Perl data structures
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
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
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
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
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
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.
Generate 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 UTC
HTML::TagUtil - Perl Utility for HTML tags
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
(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.
ASHLEY/HTML-Truncate-0.20
-
14 Jul 2009 00:30:12 UTC
HTML::LinkExtor - Extract links from an HTML document
*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.81 - 31 Jan 2023 03:13:18 UTC
Marek::Pod::HTML - convert Perl POD documents to HTML
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
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.81 - 31 Jan 2023 03:13:18 UTC
HTML::Link_Miner - return links in a document along with information
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
"HTML::Revelation" is a pure Perl module....
RSAVAGE/HTML-Revelation-1.03 - 24 Aug 2010 07:20:42 UTC
HTML::TreeBuilder - Parser that builds a HTML syntax tree
(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
HTML::LinkChanger - abstract Perl class to change all linking URLs in HTML.
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