Re: HText HTML element callbacks

showtags.c is the right file.  Somehow, I forgot about that one.
Seems I misunderstood how HTML_start_element() works.  It calls
the callback; it is not replaced by it.  It still does essential
bookkeeping of links and stuff.

Very clever.  Now I understand.  (I think.)

--Rick Kwan

On Mon, 21 Jun 1999, Raffaele Sena wrote:

> >
> > Have I overlooked something?  It seems like it shouldn't be necessary
> > to rewrite SGML.c in order to get at the element callbacks.
> >
>     Rick,
> 
>     you shouldn't need to rewrite SGML.c for just installing your callbacks.
> 
>     Have a look at the example libwww/Library/Examples/showtags.c
>     (I'm not completely sure about the right filename, since I don't have
>     the sources at hand) to see how to put the HTML callbacks to use.
> 
> -- Raffaele
> 
> 
> 

Received on Wednesday, 23 June 1999 15:13:03 UTC