RE: [Htmlparser-user] Quick beginner question...
Brought to you by:
derrickoswald
From: <dha...@or...> - 2002-09-06 05:00:48
|
Yeah thats the point. However not only new lines but any spaces, any tabs etc. A well-formed HTML document if given to the parser must result in the same at theoutput of the parser. =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: jryburn [mailto:jr...@ya...] Sent: Thursday, September 05, 2002 7:14 PM To: htmlparser-user Cc: jryburn Subject: RE: [Htmlparser-user] Quick beginner question... =20 =20 =20 I'd suggest that we also parse newlines on the input, and perhaps store them as a tag as well. Then we can walk through the parsed code and print all other=A0tags without newlines, and the newline tag would then be printed to output as a newline.=20 =A0 =20 =A0 Joe Ryburn Technical Director Lead Router LLC Office=A0 501-221-8865 Mobile 501-249-5015 =A0 -----Original Message----- From: htm...@li... [mailto:htm...@li...] On Behalf Of dha...@or... Sent: Thursday, September 05, 2002 12:16 AM To: htm...@li... Subject: RE: [Htmlparser-user] Quick beginner question... =20 =20 =20 |