Hi, Does wget have any option/facility to remove the HTML tags of the retrieved pages so that only the text content can be obtained? For example:
<html>
<title>Example</title>
<body>
This is the real content!
</body>
</html>
Here we want only the following:
Example
This is the real content!
Thanks!
Rahul.
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
