Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 78790 invoked from network); 1 Sep 2000 02:39:39 -0000 Received: from balld-0.dsl.speakeasy.net (HELO localhost.localdomain) (@216.254.77.75) by locus.apache.org with SMTP; 1 Sep 2000 02:39:39 -0000 Received: by localhost.localdomain (Postfix, from userid 501) id 43E93480F; Thu, 31 Aug 2000 22:42:25 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id D64056087; Thu, 31 Aug 2000 22:42:25 -0400 (EDT) Date: Thu, 31 Aug 2000 22:42:25 -0400 (EDT) From: Donald Ball X-Sender: balld@localhost.localdomain To: cocoon-users@xml.apache.org Cc: cocoon-users-subscribe@xml.apache.org Subject: Re: Cocoon Related Help In-Reply-To: <397860EA.AE1B0804@chutneytech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Fri, 21 Jul 2000, Suchandra Nag wrote: > Hello , > > Could you kindly get some time in answering my query ? > I am sending some XML content to the cocoon engine and it is outputting > the HTML content properly . I want to get that HTML content in a > String variable as I want to do some processing on that . > > Is there any way so that I can get the HTML content in a String variable > > ? I didn't find anything suitable from CocoonServletResponse .. > > Could you kindly help me by answering the question ? Object content = new URL("http://localhost/cocoon/myfile.xml").getContent(); - donald