R
rhitam
Hi all ,
I am trying to read an html file and retrieve only the text between
the body tags of that file. Now , for reading a string between two
strings , i already have a function :
http://www.mycsharpcorner.com/Post.aspx?postID=15
But the problem is that the body tag might have some attribute. In
that case i dont know how to exclude that and get only the text
between the tags. Ie , something like this :
<body style="margin:0;padding:0">
...
..
..
..
</body>
Any ideas?
Regards,
Rhitam
I am trying to read an html file and retrieve only the text between
the body tags of that file. Now , for reading a string between two
strings , i already have a function :
http://www.mycsharpcorner.com/Post.aspx?postID=15
But the problem is that the body tag might have some attribute. In
that case i dont know how to exclude that and get only the text
between the tags. Ie , something like this :
<body style="margin:0;padding:0">
...
..
..
..
</body>
Any ideas?
Regards,
Rhitam