Re: Getting web page text from HTML

From: Edgardo Rossetto (no_at_gracias.com)
Date: 02/25/05


Date: Fri, 25 Feb 2005 15:47:22 -0300

saurabh wrote:
> See the grabbing HTML tags bit here :
> http://www.regular-expressions.info/examples.html
> You can use regex in your program to get the text
>

Also, if the page is strict XHTML I think you could parse it using
System.Xml