Re: [Htmlparser-developer] Writing OPTION tag
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-08-14 07:43:29
|
Hi Dhaval, Sorry, Ive been really swamped.. > The problem with my input is that <OPTION value="AltaVista Search"> > would be read as an OptionTag, AltaVista would be read as the StringNode > and then <OPTION value="Lycos Search"> would be read and since it is > neither a StringNode nor an EndTag an OptionTag would be created for the > above 2 values. .. This idea is incorrect. <OPTION. .... > is a tag. Nothing inside the Option tag is a string node. <OPTION ... > (this is HTMLTag) some text here sdjklsdjk (this is HTMLStringNode) </OPTION> (this is HTMLEndTag) HTH. Cheers, Somik |