Sérgio Monteiro Basto wrote:
> but is one single error that blocks this.
> Finally I found it , it is :
> <td colspan="2"align="center"
> if I put :
> <td colspan="2" align="center"
>
> p = re.compile('"align')
> content = p.sub('" align', content)
> 
> I can parse the html 
> I don't know if it a bug of HTMLParser 

Sure, and next time your key doesn't open your neighbours house, please report
to the building company to have them fix the door.

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to