[Htmlparser-user] Recreating HTML
Brought to you by:
derrickoswald
From: <dha...@or...> - 2002-08-06 11:41:27
|
Hi, =A0 I would like to know the purpose of the toHTML() function in HTMLTag class. Is this function supposed to output the parsed tag as parsed by the HTMLParser or am I supposed to override this function in my custom tag class to depict theHTML formed if any of the attributes of the tag have been changed. In short I woudl like to know whether I need to override this method since at present I can only see the original parsed data in it and not my modified data. =A0 If this is true, then we must ensure that all tag writers need to override this function as per their individual tags. =A0 Regards,=20 Dhaval Udani=20 Senior Analyst=20 M-Line, QPEG=20 OrbiTech Solutions Ltd.=20 +91-22-8290019 Extn. 1457=20 =A0 -----Original Message----- From: somik [mailto:so...@ya...] Sent: Tuesday, August 06, 2002 2:40 PM To: htmlparser-user Cc: somik Subject: Re: [Htmlparser-user] Scanner constructor =20 =20 =20 Hi Dhaval About the checked issue, I believe the parser will not throw an error in such a situation if checked is given in an INPUT tag. =20 Right - but it does not give u the field as well. =A0 While registering scanners with the HTML parser I will need to create an instance of my scanner and supply a filter string. What are these filter strings and what should I use? =20 You can ignore the filter string, its for the command line parser testing. =A0 Cheers, Somik ----- Original Message -----=20 From: dha...@or...=20 To: htm...@li...=20 Sent: Tuesday, August 06, 2002 6:12 PM Subject: [Htmlparser-user] Scanner constructor Hi, =20 I am writing a scanner. The constructor for a scanner contains a parameter for a filter. While registering scanners with the HTML parser I will need to create an instance of my scanner and supply a filter string. What are these filter strings and what should I use? =20 Somik, About the checked issue, I believe the parser will not throw an error in such a situation if checked is given in an INPUT tag. =20 Regards, Dhaval =20 =20 =20 |