Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,986

    Re: Website content extractor

    Are you asking how to parse an html page and extract text into Strings? I think there are third party packages that do some of that. Try asking Google.
  2. Replies
    5
    Views
    1,986

    Re: Website content extractor

    One way would be to use the HttpURLConnection class to connect to a server and read what the server returns. That would be the html.
    If you want a browser-like display (simple html only) use the...
  3. Replies
    5
    Views
    1,986

    Re: Website content extractor

    What is printed out when you execute your program?
    Why do you expect your code to get the contents of the html file from the server?
Results 1 to 3 of 3