Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 27095 invoked from network); 19 May 2004 11:25:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 May 2004 11:25:37 -0000 Received: (qmail 1661 invoked by uid 500); 19 May 2004 11:25:26 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 1641 invoked by uid 500); 19 May 2004 11:25:26 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 1624 invoked by uid 98); 19 May 2004 11:25:26 -0000 Received: from iyy@apparelxml.net by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(203.199.75.38):. Processed in 0.231523 secs); 19 May 2004 11:25:26 -0000 X-Qmail-Scanner-Mail-From: iyy@apparelxml.net via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(203.199.75.38):. Processed in 0.231523 secs) Received: from unknown (HELO apparelxml.net) (203.199.75.38) by hermes.apache.org with SMTP; 19 May 2004 11:25:25 -0000 Received: from terra [203.122.52.10] by apparelxml.net with ESMTP (SMTPD32-8.05) id A73A78C0138; Wed, 19 May 2004 17:08:34 +0530 Message-ID: <006601c43d95$b1910830$7901a8c0@terra> From: "iyy" To: References: <40AB211A.6070803@gmx.net> Subject: Re: where to store a large XML Date: Wed, 19 May 2004 17:07:36 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N use caching. http://server:8080/cocoon/docs/userdocs/concepts/caching.html ----- Original Message ----- From: "Stephan Coboos" To: Sent: Wednesday, May 19, 2004 2:25 PM Subject: Re: where to store a large XML > gounis@osmosis.gr wrote: > > >hi people > > > >i have a .xsp that read from a database and create a .xml file that > >describe a tree, then the data from this xml are transformed to a > >javascript tree > > > >the problem is that i need the xml data from the database in each request > >to create the tree (navigation tree) but some times those data produce a > >.xml with 7000 - 10000 nodes. so i have to wait some minutes to ge a > >responce. > > > >my question is: > > > >where can i store temporary the produced XML (i can not use file system) > >so not to have to call .xsp in each request? > >is it possible to store the tree in SESSION ? > > > > > WriteDOMSessionTransformer should be your friend: > http://cocoon.apache.org/2.1/userdocs/transformers/writedomsession-transform er.html > > Regards > Stephan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org