If there is no other appropriate solution, I will, however, before I do so, I want to make sure that I do not reinvent the wheel.
Regards, Stephanie > why not write your own transformer ? > > Stephanie Zohner wrote: > > >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 > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- 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]
