Any HTML Parser out there?

Blitz3D Forums/Blitz3D Programming/Any HTML Parser out there?

I'm thinking of how best to create UI's using static images, and think with the glut of available HTML editors a parser for reading HTML files and turning them into my GUI is a good idea.

Before I set about writing an HTML parser (ugh!) I thought I'd ask if anyone else has written something like this. Couldn't find anything in the Toolbox.

There is an xml parser in the code archives somewhere, that could probably be used as a basis for a html (or xhtml) parser.

Thanks. There's an Image Mapper reader that works fine and saves me a lot of legwork!