Gordy,

If you find one, let me know -- I have been keeping my eye out for one as
well.

BradO

-----Original Message-----
From: gordy perkins [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 08, 2001 10:07 AM
To: [EMAIL PROTECTED]
Subject: Whoops! HTMLDocumentImpl != implemented


Found out why HTMLDocumentImpl doesn't work - check
the close() method:


    public void close()
    {
        // ! NOT IMPLEMENTED, REQUIRES PARSER !
        if ( _writer != null )
        {
            _writer = null;
        }
    }

Does anyone know a simple parser for HTML - all I need
is a reliable way to grab forms, some text and/or
title from a WWW page and display on text terminals.

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to