HTML Parser for PHP

HTML Parser for PHP 1.2

HTML Parser for PHP 1.2 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License
  • Databases: N/A
  • Downloads: 454
  • Released: Aug 7, 2007

HTML Parser for PHP 1.2 Description

This is an open source HTML parser written in PHP. This parser also comes with a tool that converts HTML to text, as an example.

This parser is designed for speed and flexibility. It does not create an object model for you. But it doesn't prevent you from using its results to create an object model if you need to.

It is not based on callbacks (like a SAX parser) but instead you ask for the next element or node in the document as needed.

It is an object oriented PHP based HTML parser.

The HtmlParser class allows you to interate through HTML nodes and get their attributes, names and values. It also comes with an example class for converting HTML to formatted ASCII text.

HTML Parser for PHP Bookmark

Hyperlink code:
Hyperlink for Forum code:

HTML Parser for PHP 1.2 Script Download Notice

Top 4 Download periodically updates information of HTML Parser for PHP 1.2 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. HTML Parser for PHP 1.2 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Using MSHTML to Parse HTML

... COM component used by Internet Explorer to parse HTML pages (since version 4 of IE). This script shows you how to use this component independently of IE. ...
Python

Simple Application of htmllib for Parsing HTML

... that accumulates text from the body of an HTML page, how to derive a class from HTMLParser that retains metatag information, how to instantiate these classes and display a typical result of using them. ...
Python

HTML to JavaScript converter

This clever utility converts normal HTML code to dynamically generated JavaScript instead. It is ... It requires to type in regular text or HTML code, and presss the convert button. ...

Common HTML GUI Widgets

Common HTML GUI Widgets is a library for PHP that is used in every website that ... It makes coding easier and aids the benefit for possible RAD envionment programs. ...

HTML Templates Script

This script consists of two classes usable for managing html templates, applicable to output from a CGI. ...
Python