We have found JTidy very useful for parsing HTML:
http://sourceforge.net/projects/jtidy/

gordy perkins <[EMAIL PROTECTED]> writes:
> 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