Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends I want your help how can I read an table in html page in java.and show the content of table on eclips console.Plase help .Thanks.
Posted
Comments
Sandeep Mewara 23-Sep-12 2:58am    
Tried anything? What king of help?
Joan M 23-Sep-12 3:27am    
With this amount of information we can't help... what have you tried? where are you stuck? can you post a small code sample? Read the posting guidelines... With bad quality questions you can't expect a good answer...
Ashraff Ali Wahab 23-Sep-12 10:43am    
You can look at http://htmlparser.sourceforge.net/

1 solution

Ashraff laready said it - kind of.
You need to parse the html page.

for that:

- read the HTMl page as an ASCII file
- detect the tags
- pass the information between the tags to what-ever-you-want-to-do-with-it
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900