> On Tue, Jun 25, 2002 at 04:32:50PM +0900, kwatch wrote: >> ..2) parse a http file to retrieve infromation from it > I suggest Ned Konz's html parser, available from RAA. It can return a REXML tree object which lets you treat the page as if it had been an XML document. Aidan