Displaying 1 result from an estimated 1 matches for "f9cedb37".
2009 May 08
2
Malformed HTML
I''m using Mechanize to parse an extraordinarily malformed html page.
After submitting a form like so:
page = mech.submit(dform)
The result I get back is truncated. I suspect that it''s because the
source HTML looks like this:
<html>
<head> yadda yadda</head>
<p>some text</p>
<html>
<table yadda yadda>
My