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: |
|
|||||
| 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.
|
|||||