"Sergey Vasilevsky" <[EMAIL PROTECTED]> writes:
> I think wget strong verify link syntax:
> <a href="about_rus.html" onMouseOver="img_on('main21')";
> onMouseOut="img_off('main21')">
> That link have incorrect symbol ';' not quoted in <a ...>.
You are right. However, this has been fixed in Wget 1.9-beta, which
will interpret the above as:
<a href="about_rus.html" onmouseover="img_on('main21')" ;=";"
onmouseout="img_off('main21')">
In other words, the HREF part will be correctly picked up by Wget.
Wget 1.9 will be released soon. If you want to try it out, get it
from <http://fly.srk.fer.hr/~hniksic/wget/wget-1.9-b5.tar.gz>.