Sdl_html

Hi folks

I try to make a HTML Engine in SDL, it returns after calling

html.render(char *htmltext);

a struct calling SDL_HTML it contains

Uint32 framenr
SDL_Rendered_HTML *html
SDL_Rect sizeinfo

SDL_Rendered_HTML contains
SDL_Surface surface
SDL_Rect rect;
SDL_Links links;

SDL_Links contains

char *dest
SDL_Rect

At the end you can select the Surface where is HTML is rendered and used
with a widget to make a browser.

My problem is the Parser (I know it??s not a SDL problem, but I need help),

Is there a finished HTML parser or where can I found info for HTML
parsing ?

Thx

Ferhat