-
How to Extract?
Hello All,
I have a website where I'm trying to extract data that updates every 1 or 2 minutes. I put the url the site gave me in an iframe tag and need to extract the data in between the <pre></pre> tags and display it so it reflects the updates on my site. Is that possible and if so could someone point me in the right direction or if it's easy enough, tell me how.
Thanks
Jethro
-
Are you really looking to do this with Java?
You can read the page and HTML page in many ways, but before that I guess its better to finalize what you are going to do.
-
If you want more then read bit more about java.net.URL class and there members (openStream() method specially).