I'm trying to parse an HTML file. I want to retrieve all of the text inside a certain tag that I find with XPath. The DOM seems to make this available with the innerHTML element, but I haven't found a way to do it in Python. -- http://mail.python.org/mailman/listinfo/python-list
- Parsing HTML? Benjamin
- Re: Parsing HTML? Daniel Fetchinson
- Re: Parsing HTML? benash
- Re: Parsing HTML? 7stud
- Re: Parsing HTML? Paul Boddie
- Re: Parsing HTML? Larry Bates
- Re: Parsing HTML? Stefan Behnel