Hi

I want to read a particular table from a html code, e.g. from the code of the webpage:


http://www.nseindia.com/marketinfo/companyinfo/companysearch.jsp?cons=dlf&section=7#


But I dont want to convert the html to xml first and then parse the xml file because I want to read data from the page every second and may be millisecond.

Thanks in advance for any help.