Re: Good HTML Parser

2008-07-17 Thread Stefan Behnel
Chris wrote: > Can anyone recommend a good HTML/XHTML parser, similar to > HTMLParser.HTMLParser or htmllib.HTMLParser, but able to intelligently > know that certain tags, like , are implicitly closed? I need to > iterate through the entire DOM, building up a DOM path, but the stdlib > parsers aren

Re: Good HTML Parser

2008-07-17 Thread Diez B. Roggisch
Chris wrote: > Can anyone recommend a good HTML/XHTML parser, similar to > HTMLParser.HTMLParser or htmllib.HTMLParser, but able to intelligently > know that certain tags, like , are implicitly closed? I need to > iterate through the entire DOM, building up a DOM path, but the stdlib > parsers are

Good HTML Parser

2008-07-17 Thread Chris
Can anyone recommend a good HTML/XHTML parser, similar to HTMLParser.HTMLParser or htmllib.HTMLParser, but able to intelligently know that certain tags, like , are implicitly closed? I need to iterate through the entire DOM, building up a DOM path, but the stdlib parsers aren't calling handle_endta