« Return to Thread: Framesets

Re: Framesets

by Charles François Rey :: Rate this Message:

Reply to Author | View in Thread

Frameset is an HTML concept. HttpClient takes care of HTTP, not HTML.

That being said, it is possible to follow Framesets, just download the  
HTML file, parse it and follow the Frame definitions.

If I had to do it, I'd use HttpClient to retrieve the HTML,  
HTMLCleaner to clean the HTML, and XPath to filter the Frame "src"  
attributes.

On 4 juin 09, at 16:44, Scott Ward wrote:

> Is it possible to follow framesets using HttpClient?  I have  
> searched all
> over and haven't found anything so I thought that I would try this.
>
> If it is can you direct me to it in the API or show an example.
>
> Any help is greatly appreciated.
> __________________________________________
>
> ~Sward


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@...
For additional commands, e-mail: httpclient-users-help@...

 « Return to Thread: Framesets