[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ajug-members]: Parsing HTML
You could learn about JavaCC, and they have a HTML parser, but it helps to
know compiler design.
----- Original Message -----
From: "Jason Chambers" <tooger@bellsouth.net>
To: <ajug-members@ajug.org>
Sent: Wednesday, May 12, 2004 6:03 PM
Subject: Re: [ajug-members]: Parsing HTML
> I've used HttpClient from Jakarta with success before.
>
> Mike Barnes wrote:
>
> >I have a project that needs to be able to analyze html
> >files.
> >
> >What is the best way to do this. Is it to first run
> >HTML through JTIDY
> >and then an XML parser? Or is there a more efficient
> >way?
> >
> >
> >Thanks in advance.
> >
> >Mike Barnes
> >
> >
> >
> >
> >__________________________________
> >Do you Yahoo!?
> >Yahoo! Movies - Buy advance tickets for 'Shrek 2'
> >http://movies.yahoo.com/showtimes/movie?mid=1808405861
> >
> >
> >
> >
>
>