I have found a bug in Wget version 1.8.2 concerning comment handling ( <!--
comment --> ). Take a look at the following illegal HTML code:
<HTML>
<BODY>
<a href="test1.html">test1.html</a>
<!-->
<a href="test2.html">test2.html</a>
<!-->
</BODY>
</HTML>

Now, save the above snippet as test.html and try wget -Fi test.html. You
will notice that it doesn't recognise the second link. I have found a
solution to the above situation and have properly patched html-parse.c and I
would like some info on how can I give you the patch.

Regards,
George Prekas


P.S. Sorry about this message, but it appears that the first one did not show up in 
the list.

Reply via email to