Re: About HTML parser

It works for me... after doing a CVS update and re-making everything.

At first it didn't work and I found that WIDTH is deprecated
in HTML 4.0.  But it is listed in HTMLPDTD.html under
    enum _HTML_TD_Attributes
and in HTMLPDTD.c under
    PRIVATE HTAttr td_attr[HTML_TD_ATTRIBUTES+1]
Doing a top-level "make" did the trick.  'showtags' now lists WIDTH
for <TD> on my Linux box.

Hope that helps,
--Rick Kwan
  rick.kwan@lightsaber.com


On Tue, 10 Aug 1999, Evguenii SMOGAILOV wrote:

> I have found that HTML parser from last available version of libwww missed
> an attribute WIDTH for the <TD> tag.
> As an example can be taken sample application 'showtags' and any
> appropriate web page.
> 
> Evguenii
> 
> 

Received on Wednesday, 11 August 1999 01:20:07 UTC