You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Upayavira <uv...@upaya.co.uk> on 2003/06/27 16:31:49 UTC

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:

<root>
"1","bill"
"2","sid"
"3","sue"
</root>

and
<map:match pattern="xx">
  <map:generate ...>
  <map:transform...>
  <map:serialize type="text"/>
</map:match>

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