Search results for "module:HTML::Element::Library"

HTML::Element::Library - HTML::Element convenience functions River stage one • 1 direct dependent • 1 total dependent

HTML:::Element::Library provides extra methods for HTML::Element....

MGV/HTML-Element-Library-5.220000 - 25 Jun 2016 21:38:02 UTC

HTML::DOMbo - convert between XML::DOM and {XML/HTML}::Element trees River stage zero No dependents

This class puts a method into HTML::Element called "to_XML_DOM", and puts into the class XML::DOM::Node two methods, "to_HTML_Element" and "to_XML_Element". to_XML_DOM The class HTML::TreeBuilder robustly produces parse trees of HTML, but the trees a...

SBURKE/HTML-DOMbo-3.10 - 05 Jan 2005 06:19:52 UTC

HTML::Gumbo - HTML5 parser based on gumbo C library River stage zero No dependents

Gumbo <https://github.com/google/gumbo-parser> is an implementation of the HTML5 parsing algorithm <http://www.w3.org/TR/html5/syntax.html> implemented as a pure C99 library with no outside dependencies. Goals and features of the C library: * Fully c...

RUZ/HTML-Gumbo-0.18 - 23 Jun 2018 10:14:09 UTC

HTML::Xit - XML/HTML DOM Manipulation with CSS Selectors River stage zero No dependents

DOM manipulation in the style of jQuery using XML::LibXML and HTML::Selector::XPath....

EWARNCKE/HTML-Xit-0.05 - 09 Nov 2014 03:11: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::Pen - Perl Embedding Notation (Yet another parser for embedding Perl in HTML) River stage zero No dependents

Pen performs simple in-line substitution of Perl code. Its syntax is consistent with SGML and HTML, but can be used on any file type. Pen recognizes the following syntax as a Perl expression and performs a literal interpretation. &subroutine( args1, ...

TQISJIM/HTML-Pen-1_01 - 09 Sep 2011 17:46:14 UTC

DSL::HTML - Declarative DSL(domain specific language) for writing HTML templates within perl. River stage zero No dependents

Templating systems suck. This sucks less. In most cases a templating system lets you write html files with embedded logic. The embedded logic can be a template specific language, or it can let you embed code from the projects programming language. An...

EXODIST/DSL-HTML-0.006 - 15 Oct 2013 20:53:55 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

HTML::Zoom - selector based streaming template engine River stage one • 5 direct dependents • 5 total dependents

HTML::Zoom is a lazy, stream oriented, streaming capable, mostly functional, CSS selector based semantic templating engine for HTML and HTML-like document formats. Which is, on the whole, a bit of a mouthful. So let me step back a moment and explain ...

JJNAPIORK/HTML-Zoom-0.009009 - 15 May 2015 19:03:05 UTC

HTML::Parse - Deprecated, a wrapper around HTML::TreeBuilder River stage three • 171 direct dependents • 974 total dependents

Disclaimer: This module is provided only for backwards compatibility with earlier versions of this library. New code should *not* use this module, and should really use the HTML::Parser and HTML::TreeBuilder modules directly, instead. The "HTML::Pars...

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

HTML::Prototype - Generate HTML and Javascript for the Prototype library River stage two • 8 direct dependents • 29 total dependents

The module contains some code generators for Prototype, the famous JavaScript OO library and the script.aculous extensions. The Prototype library (http://prototype.conio.net/) is designed to make AJAX easy. Catalyst::Plugin::Prototype makes it easy t...

ESSKAR/HTML-Prototype-1.48 - 22 Sep 2006 18:19:33 UTC

HTML::Widget - HTML Widget And Validation Framework River stage one • 6 direct dependents • 6 total dependents

Create easy to maintain HTML widgets! Everything is optional, use validation only or just generate forms, you can embed and merge them later. The API was designed similar to other popular modules like Data::FormValidator and FormValidator::Simple, HT...

CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC

HTML::DBForm - Creates a web interface for updating database tables River stage zero No dependents

KRAILEY/HTML-DBForm-1.05 - 14 Jan 2005 21:25:38 UTC

HTML::Filter - Filter HTML text through the parser River stage four • 548 direct dependents • 3510 total dependents

"HTML::Filter" is an HTML parser that by default prints the original text of each HTML element (a slow version of cat(1) basically). The callback methods may be overridden to modify the filtering for some HTML elements and you can override output() m...

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

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

HTML::AsSubs - functions that construct a HTML syntax tree River stage three • 171 direct dependents • 974 total dependents

This module exports functions that can be used to construct various HTML elements. The functions are named after the tags of the corresponding HTML element and are all written in lower case. If the first argument is a hash reference then it will be u...

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

HTML::Chunks - A simple nested template engine for HTML, XML and XHTML River stage zero No dependents

This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to other text-based situations wh...

MBLYTHE/HTML-Chunks-1.55.1 - 16 Apr 2009 16:48:44 UTC

HTML::String - mark strings as HTML to get auto-escaping River stage zero No dependents

Tired of trying to remember which strings in your program need HTML escaping? Working on something small enough to not need a templating engine - or code heavy enough to be better done with strings - but wanting to be careful about user supplied data...

MSTROUT/HTML-String-1.000006 - 15 Sep 2013 19:49:08 UTC

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::Defang - Cleans HTML as well as CSS of scripting and other executable contents, and neutralises XSS attacks. River stage one • 1 direct dependent • 1 total dependent

This module accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is al...

ROBM/HTML-Defang-1.07 - 03 Jul 2018 05:40:17 UTC
176 results (0.056 seconds)