Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.360.530 Times

Html Parse freeware
Filter: All | Freeware | Demo
 

Html Parse

1 2 3 4 5 > 
Added: June 24, 2010 | Visits: 845

StringParser_BBCode StringParser_BBCode class provides the possibility to parse strings with BB-Codes and convert them to e.g. HTML code. BBCode is a kind of markup "language" with which one may structure and format text. It is similar to HTML but it utilizes square braces instead of angle brackets. Another...



Platforms: *nix

License: Freeware Size: 327.68 KB Download (102): StringParser_BBCode Download

Added: June 18, 2010 | Visits: 1.184

Java Mozilla Html Parser Java Mozilla Html Parser project is a Java package that enables you to parse html pages into a Java Document object. The parser is a wrapper around Mozillas Html Parser, thus giving the user a browser-quality html parser. Limitiations and known issues The most major limitation is performance...





Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): Java Mozilla Html Parser Download

Added: January 18, 2010 | Visits: 1.187

HTML::WikiConverter::Normalizer SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text " print $tree->as_HTML(); HTML::WikiConverter dialects...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter::Normalizer Download

Added: May 14, 2010 | Visits: 1.572

HTML::TreeBuilder HTML::TreeBuilder is a parser that builds a HTML syntax tree. SYNOPSIS foreach my $file_name (@ARGV) { my $tree = HTML::TreeBuilder->new; # empty tree $tree->parse_file($file_name); print "Hey, heres a dump of the parse tree of $file_name:n"; $tree->dump; # a method we inherit from...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (114): HTML::TreeBuilder Download

Added: May 10, 2013 | Visits: 751

PHP HTML parser PHP HTML parser allows you to to parse HTML from php scripts.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): PHP HTML parser Download

Added: January 18, 2010 | Visits: 1.177

HTML::FormHighlight HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): HTML::FormHighlight Download

Added: July 26, 2010 | Visits: 963

Blatte::HTML Blatte::HTML is a Perl module that contains tools for generating HTML with Blatte. SYNOPSIS use Blatte; use Blatte::Builtins; use Blatte::HTML; $perl = &Blatte::Parse(...string of Blatte code...); $val = eval $perl; &Blatte::HTML::render($val, &emit); sub emit { print shift; }.


Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): Blatte::HTML Download

Added: September 14, 2010 | Visits: 1.083

HTML::FromText HTML::FromText is a Perl module that can convert plain text to HTML. SYNOPSIS use HTML::FromText; text2html( $text, %options ); # or use HTML::FromText (); my $t2h = HTML::FromText->new( %options ); my $html = $t2h->parse( $html ); HTML::FromText converts plain text to HTML. There...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (113): HTML::FromText Download

Added: April 06, 2010 | Visits: 1.032

HTML::Toc HTML::Toc module can generate, insert and update HTML Table of Contents. The HTML::Toc consists out of the following packages: HTML::Toc HTML::TocGenerator HTML::TocInsertor HTML::TocUpdator HTML::Toc is the object which will eventually hold the Table of Contents. HTML::TocGenerator does...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (125): HTML::Toc Download

Added: August 06, 2010 | Visits: 993

Text::MetaMarkup::HTML Text::MetaMarkup::HTML is a MM-to-HTML converter. SYNOPSIS use Text::MetaMarkup::HTML; print Text::MetaMarkup::HTML->new->parse(file => $filename); This module extends Text::MetaMarkup and converts the parsed document to HTML. Text::MetaMarkup::HTML adds special support for the following...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::MetaMarkup::HTML Download

Added: April 03, 2010 | Visits: 1.048

HTML::Macro HTML::Macro can process HTML templates with loops, conditionals, macros and more! SYNOPSIS use HTML::Macro; $htm = new HTML::Macro (template.html); $htm->print; sub myfunc { $htm->declare (var, missing); $htm->set (var, value); return $htm->process; } ( in template.html ): < html...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): HTML::Macro Download

Added: March 14, 2010 | Visits: 1.812

iCal::Parser::HTML iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. SYNOPSIS use iCal::Parser::HTML; my $parser=iCal::Parser::HTML->new; print $parser->parse(type=>$type,start=>$date,files=>[@icals]); This module uses iCal::Parser::SAX and XML::LibXSLT with included...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (120): iCal::Parser::HTML Download

Added: March 05, 2010 | Visits: 1.277

HTML::DWT HTML::DWT is a Perl module with DreamWeaver HTML Template. INSTALLATION Unzip/tar the archive: tar xvfz HTML-DWT-2.08 Create the makefile perl Makefile.PL Make the module (must have root access to install) make make test make install SYNOPSIS use HTML::DWT; $template = new...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (102): HTML::DWT Download

Added: September 23, 2010 | Visits: 1.174

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: June 01, 2010 | Visits: 929

Syntax::Highlight::HTML Syntax::Highlight::HTML is a Perl module to highlight a HTML syntax. SYNOPSIS use Syntax::Highlight::HTML; my $highlighter = new Syntax::Highlight::HTML; $output = $highlighter->parse($html); If $html contains the following HTML fragment: < !-- a description list --> < dl...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): Syntax::Highlight::HTML Download

Added: November 18, 2010 | Visits: 1.185

HTML::BBReverse HTML::BBReverse is a Perl module to convert HTML to BBCode and back. SYNOPSIS use HTML::BBReverse my $bbr = HTML::BBReverse->new(); # convert BBCode into HTML my $html = $bbr->parse($bbcode); # convert generated HTML back to BBCode my $bbcode = $bbr->reverse($html); HTML::BBReverse...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (171): HTML::BBReverse Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 883

Chilkat .NET HTML-to-XML HTML-to-XML is a .NET component that can help you transform a HTML file into a well-formed XML for parsing. If effect, it is designed to be an HTML parser / scraper. Once HTML is converted to XHTML (i.e. well-formed XML), the plethora of existing XML parsing components and libraries can be...


Platforms: Windows, XP, 2003, Windows Vista

License: Freeware Download (63): Chilkat .NET HTML-to-XML Download

Added: September 10, 2013 | Visits: 491

UL to PHP array This class can be used to parse HTML lists to extract contained structure.It can take a string with well-formed HTML UL lists tags and extracted the contained list elements structure. It supports nested lists.The class returns an array of items elements.


Platforms: PHP

License: Freeware Size: 10 KB Download (48): UL to PHP array Download

Released: August 25, 2014  |  Added: October 09, 2014 | Visits: 4.294

CSE HTML Validator Lite CSE HTML Validator Lite is a fast, easy to use, and FREE HTML & CSS development tool for Microsoft Windows that helps you create problem-free HTML (including HTML5 and CSS3) and XHTML documents. You'll be surprised how many problems may exist in your HTML, even if it was made with a WYSIWYG...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 7.55 MB Download (387): CSE HTML Validator Lite Download

Added: August 22, 2006 | Visits: 3.472

HTML Builder XP HTML Builder XP is a powerful, professional and easy to use development environment for HTML. This development tool comes with an impressive and easy to use interface as well as many of the best features from other top HTML Editors. Some of the features included within HTML Builder XP are HTML...


Platforms: Windows

License: Freeware Size: 5.3 MB Download (367): HTML Builder XP Download

1 2 3 4 5 >