From: Brad Wilson Date: 2005-06-28T04:35:13+09:00 Subject: Re: Best way to parse/update HTML file? If you're comfortable "cleaning it up", why not tidy it to XHTML then use the XML parser? This is the approach I took recently when I needed it. On 6/27/05, mathew wrote: > For invalid "tag soup" HTML, your best bet is probably to use > html/htmltokenizer.