English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

5 answers

Well, I take it you want to write your own code to do it... for that to get an accurate answer you must tell me what programming language you are planning to use!

Basically this is what you have to do: Take every tag in the HTML file, and print out its content to a file in a manner befitting the tag.
For example, you may want to print the contents of the tag

with a blank line before and after it. You may want to print the contents of a tag with a * before and after it, etc.

Without knowing what programming language you wish to use, it is impossible to help further.

2006-06-07 01:52:59 · answer #1 · answered by sushovande 2 · 8 2

use a program like PSPad that can use find and reaplce with regular expressions.

create a regular expression to find anything within a <> tag and repalce it with nothing.

that will strip the page down to just text

2006-06-07 08:09:50 · answer #2 · answered by Caus 5 · 0 0

try changin the extension from .html to .txt and open in notepad to check.

2006-06-07 08:09:58 · answer #3 · answered by Na2K 2 · 0 0

U can easily do this with ms word.

2006-06-07 08:10:51 · answer #4 · answered by Anonymous · 0 0

i will tell u later

2006-06-07 08:08:14 · answer #5 · answered by Raju.K.M 5 · 0 0

fedest.com, questions and answers