hi stephanie, I think you can user the TextSerializer for this.
quoting from its documentation: <quote> * Text serializer converts XML into plain text. * It omits all XML tags and writes only character events to the output. * Internally, text serializer uses XML serializer with [EMAIL PROTECTED] OutputKeys#METHOD} * set to <code>text</code>. * * <p>Input document must have at least one element - root element - which * should wrap all the text inside it. </quote> > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Stephanie Zohner > Gesendet: Dienstag, 28. Oktober 2003 15:26 > An: [EMAIL PROTECTED] > Betreff: Writing plain text files? > > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
