[Htmlparser-developer] Re: [Htmlparser-user] Parsing query
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-08-06 07:23:36
|
Hi Dhaval, I woudl like to know how "checked" would be reflected in the HTMLTag during the parsing procedure. This is what "should" happen - the tag will be treated the same as=20 <INPUT type=3D"checkbox" name=3D"Authorize" value=3D"Y" checked=3D""> However, this is not what actually happens - I've written a testcase to = demonstrate this, and we should be fixing it soon. Kaarle - I've opened a bug report, can you check this ? Thanks a lot. Regards, Somik =20 ----- Original Message -----=20 From: dha...@or...=20 To: htm...@li...=20 Sent: Tuesday, August 06, 2002 4:04 PM Subject: RE: [Htmlparser-user] Parsing query Hi, I have a small doubt. For a checkbox or a radio button the following kind of tag is very normal. <INPUT type=3D"checkbox" name=3D"Authorize" value=3D"Y" checked> I woudl like to know how "checked" would be reflected in the HTMLTag during the parsing procedure. Thanx in advance, Dhaval |