Hi Rachid I don't think it's possible to serialize directly to a file (at least I haven't seen such serializer yet).
My suggestion is to use the Source Writing Transformer (http://cocoon.apache.org/2.1/userdocs/sourcewriting-transformer.html) to write to stream content to a file. You'll probably need to do a transformation step before to put all the tags used by the source writing transformer into the xml stream in the pipline. Regards Felix > hello > excuse me ! > > i have i sitemape like: > <?xml version="1.0" encoding="UTF-8"?> > <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> > > <!--map:components> > > </map:components--> > > <map:pipelines> > <map:pipeline> > <!-- Generator verwenden --> > <map:match pattern=""> > <map:generate src="ObjectionHTML.xml"/> > <map:transform src="objection04.xslt"/> > <map:serialize type="html"/>THESE OUTPUT IN FILE STORE > > </map:match> > > </map:pipeline> > </map:pipelines> > > </map:sitemap> > > "<map:serialize type="html"/>" THESE OUTPUT IN FILE STORE > > thanks > > ------ Original-Nachricht -------- > Datum: Wed, 06 Sep 2006 17:20:17 +0200 > Von: Jeroen Reijn <[EMAIL PROTECTED]> > An: [email protected] > Betreff: Re: Expenditure in a file store > >> Hi Rachid, >> >> i'm having a hard time understanding this email. What do you mean with >> expenditure in a file store versus expenditure by HTML? >> >> What do you want to write into a file? >> >> Regards, >> >> Reijn >> >> rachid harradi wrote: >>> would have to spend in a place of my application instead of the >> expenditure by HTML, which whole ones write into a file.? >> >> --------------------------------------------------------------------- >> 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]
