i need C++ library form extract text in HMLT file

Hi
I plan to take an HTML file

HTML Tag functions that I want to delete the text inside the HTML file or to come out with the use of functions in a text file, HTML file, I see only the output.

Thanks hr.siroos
I do not understand what you are trying to say. Please write your question more clearly.
closed account (Dy7SLyTq)
i understand (i think). if he had this html file:
1
2
3
4
5
6
7
8
9
10
<html>
	<head>
		<title>title</title>
	</head>

	<body>
		<h1>TITLES!!!</h1>
		<p>Here is some content. <br /> Hello, World!</p>
	</body>
</html>


he would want a new file that just contained:
TITLES!!!
Here is some content. Hello, World!

(if he wanted to do it right imo the hello world would be on a new line.
yas, tanks if answer
closed account (S6k9GNh0)
Why was that post reported.
Also, you should just create your own parser. The parsing algorithm for this is potato-chip easy.
closed account (Dy7SLyTq)
yeah why was mine reported? im helping. oh well. admin wont see anything wrong with it and un report it hopefully
Topic archived. No new replies allowed.