RAA - mltagparser

mltagparser / 0.2

Short description: MLTagParser
Category: Library/HTML
Status: just started, but usable
Created: 2002-02-20 13:57:13 GMT
Last update: -
Owner: Jimmy Thrasher (Projects of this owner)
Homepage: http://www.jimmythrasher.com/jimmy/projects/MLTagParser
Download: http://www.jimmythrasher.com/jimmy/projects/MLTagParser/MLTagParser-0.2.tar.gz
License: GPL
Dependency:
None
Description:

This class will parse an HTML-like file (anything with tags like <bob>, <sue>, etc) and return a DOM-like structure, which you can then search, walk, print out, or whatever. It's good for a quick hack parser, but it does no validation or anything.

Currently it works quite nicely for properly written HTML, and can handle some malformations (e.g. interleaved tags: <b><em>stuffo<b><em>) by ignoring them. It doesn't do much else than parse it into the tree structure, but that'll change soon enough.

Edit this project (for project owner)

back to RAA top