HTML parser question wrt support for APPLET etc.

At 01:03 9/17/98 -0400, John Punin wrote:
 
>>I would like to ask you a question. I read the HTML.c file of the library
>>and I see the FRAME tag produce a call to the function HText_appendObject.
>>The IMG tag produce a call to the function HText_appendImage.
>>I would like that the HTML parser handle tags like: APPLET, OBJECT, EMBED,
>>AREA that reference other URLs. My question is: Do you think that APPLET 
>>tag should call HText_appendObject or a new function like HText_appendApplet
>>should be created in HTML.c ?.
>
>I talked to Bob Racko about this as well and we agreed on that it was
>better to use the HText_appendObject for these new tags.
>
>Thanks!
>
>Henrik

Hi Henrik
Ok. Is Bob Racko going to make the modifications to HTML parser?. 
I will made the modifications if you want me to. 

Please feel free to send my message and your reply message to the list.

Thanks for your help.
John

--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Thursday, 17 September 1998 23:43:34 UTC