From: Sam Kong Date: 2005-05-10T04:04:28+09:00 Subject: How to extract texts from html source? Hi, all! Quite often, when I need to read a list of web pages, I download the html sources and save them in a single file like a.html. If they are mostly texts, I open the html using web browser, select all and copy it to an editor and save it. I want to make the process shorter. How can I extract the text from html source? I'm sure there're many parsers for it. What is the most convenient one? Thanks. Sam