Web Page to String Conversion?

From: Althor Enchantor (rz725_at_aol.com)
Date: 07/19/04


Date: 19 Jul 2004 12:49:05 -0700

I'm working on a project that needs a string representation of a
particular html document found online. Although the document contains
only plain text, it is a generated page and thus, the url does not end
with "/filename.html". I only need the text on the page in the string,
but a string copy of the page's source code would acceptable as well
since I can just trim the html tags out. Unfortunately, I have no idea
how to do any of this. If it helps, I'm using MRJ SDK 2.2. Any advice
you can give would be appreciated.