Program name: | HTML parser |
Version: | v1.01 |
Category: | Web-design |
Author: | Panteleev Vladimir |
Created: | July 2003 |
|
OS: | Microsoft Windows 95/98/Me/NT/2000/XP |
Written in: | Borland Delphi 7 |
Interface: | windowed |
Interface language: | English |
Project completeness: | 98% |
Source: | available |
Price: | free |
|
Download: | htmlparser.zip (244 kb) |
Description:
This program reads and analyzes HTML files, and represents them in a tree-view form, where each node is a HTML element,
and embedded elements are displayed as children of their parent HTML element. Very useful if you want to check your
site for errors, or if you want to understand the structure of a page.
Author's comments:
I used this program while making this site, and will use it's parsing engine for internet game bots.
|