Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 45031 invoked from network); 4 Jun 2009 15:12:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jun 2009 15:12:53 -0000 Received: (qmail 4862 invoked by uid 500); 4 Jun 2009 15:13:05 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 4817 invoked by uid 500); 4 Jun 2009 15:13:05 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 4807 invoked by uid 99); 4 Jun 2009 15:13:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2009 15:13:05 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [128.178.224.226] (HELO smtp3.epfl.ch) (128.178.224.226) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Jun 2009 15:12:55 +0000 Received: (qmail 4283 invoked by uid 107); 4 Jun 2009 15:12:32 -0000 X-Virus-Scanned: ClamAV Received: from lbdmac9.epfl.ch (128.178.77.23) (authenticated) by smtp3.epfl.ch (AngelmatoPhylax SMTP proxy); Thu, 04 Jun 2009 17:12:32 +0200 Message-Id: <95AC2AE1-2709-48FB-886D-B4165E6F119C@epfl.ch> From: =?ISO-8859-1?Q?Charles_Fran=E7ois_Rey?= To: HttpClient User Discussion In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: Framesets Date: Thu, 4 Jun 2009 17:12:31 +0200 References: X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org 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@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org