Question about usage of HText-Callbacks - Have a very specific problem ...

Hey, out there - hackers !

I've got a very specific problem. We're looking for a library able to parse
HTML-Pages.
Yeah, libwww is able to parse these pages ;)

After looking on the code for a while, I mentioned some problems. Perhaps I
didn't scan
the documentation as good as possible but there are some questions open.

We've to parse these HTML-pages for tags and fill a pointered structure with
datas specific
for the found tag. libwww calls for HTML-elements and also for plain text
callback-functions
to deal with them. But how can I fill these data structures ?

Is there a static memory area where the HTML-elements and text is stored
which I may access ?
By this time I use a static char[]-array to complete the plain text step by
step within
each callback-call.

It's a kind of urgent to find a answer for this question.

Please answer also to michael@ibs.debis.de

Thanx a lot.


---------------------------------------
"If the Start Windows Restart when Windows starts check box is checked
Windows Restart will start automatically every time Windows is started." -
Actual excerpt from a windows program help file!

Received on Tuesday, 3 August 1999 01:19:05 UTC