Search results for "module:HTML::Element::Library"
HTML::Element::Library - HTML::Element convenience functions
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
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
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
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
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)
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.
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
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
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
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
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
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::Filter - Filter HTML text through the parser
"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.81 - 31 Jan 2023 03:13:18 UTC
HTML::DBForm - Creates a web interface for updating database tables
KRAILEY/HTML-DBForm-1.05
-
14 Jan 2005 21:25:38 UTC
HTML::AsSubs - functions that construct a HTML syntax tree
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
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
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
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.81 - 31 Jan 2023 03:13:18 UTC
HTML::Defang - Cleans HTML as well as CSS of scripting and other executable contents, and neutralises XSS attacks.
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
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