Hi,

I want to write plain text files with Cocoon, What's the best way to do
this?

The task sounds simple, but for me, it turned out to be quite tricky.

So far I have tried with the SourceWriteTransformer. However, it still
requires at least a root tag for its output.
Another problem ist, that I need line breaks in my output text file and I
don't know, how to tell the XSLT Processor to do this.

To make myself a bit clearer:
I would like to turn an XML-fragment like this,

<page>
<line> bla bla bla bla bla bla </line>
<line> murmel murmel murmel </line>
</page>

into:

#-----Beginning of text file--------

 bla bla bla bla bla bla 
 murmel murmel murmel 

#-----End of text file---------------

Does anybody have an idea?

Thanks,

Stephanie


-- 
NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse f�r Mail, Message, More! +++


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to