Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 22640 invoked by uid 500); 27 Jun 2003 15:03:33 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 22573 invoked from network); 27 Jun 2003 15:03:33 -0000 Received: from www.fastmail.fm (66.111.4.2) by daedalus.apache.org with SMTP; 27 Jun 2003 15:03:33 -0000 Received: from www.fastmail.fm (server1.internal [10.202.2.132]) by localhost.localdomain (Postfix) with ESMTP id 8862B154E9 for ; Fri, 27 Jun 2003 11:03:33 -0400 (EDT) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by messagingengine.com with SMTP; Fri, 27 Jun 2003 11:03:33 -0400 X-Epoch: 1056726213 X-Sasl-enc: P3k/Q5xC+I+ggXXm5p/QRQ Received: from charya (unknown [213.48.13.34]) by www.fastmail.fm (Postfix) with ESMTP id 2BC332A6F6 for ; Fri, 27 Jun 2003 11:03:33 -0400 (EDT) From: "Upayavira" To: cocoon-users@xml.apache.org Date: Fri, 27 Jun 2003 16:03:04 +0100 MIME-Version: 1.0 Subject: RE: Cocoon to csv not excel Message-ID: <3EFC6AB8.24084.29667AEC@localhost> Priority: normal In-reply-to: <51FB159F7E0F3F45A90965F331DEAA870EB2BE@kopentpdc.kopent.com> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On 27 Jun 2003 at 9:55, Tim Bachta wrote: > So can I use an xsl to create the node? I have a xsp that creates an > xml file that I don't want to change. Yup. Use XSLT to transform your source XML into a CSV file wrapped by a single node, then pass it to the text serializer. Regards, Upayavira > -----Original Message----- > From: Upayavira [mailto:uv@upaya.co.uk] > Sent: Friday, June 27, 2003 9:32 AM > To: cocoon-users@xml.apache.org > Subject: Re: Cocoon to csv not excel > > Using XSLT with the text serializer should do it. Just wrap your CSV > content with a single node which will be ignored by the text > serializer: > > > "1","bill" > "2","sid" > "3","sue" > > > and > > > > > > > Regards, Upayavira > > On 27 Jun 2003 at 9:33, Tim Bachta wrote: > > > Is there a way to create a csv file using cocoon? I have looked > > through the developers handbook with no luck. Thank you. > > > > > > > > Tim Bachta > > > > > > > > > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > > For additional commands, e-mail: cocoon-users-help@xml.apache.org > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For > additional commands, e-mail: cocoon-users-help@xml.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For > additional commands, e-mail: cocoon-users-help@xml.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-users-help@xml.apache.org