Hi, you can use flowscript to achieve this, as described in: http://www.nabble.com/Injecting-a-String-XML-document-into-a-pipeline-tf48141.html#a134091
Best regards, Wadim rachid harradi wrote: > > hello > > i need your help? > > i have sitemap like: > > <?xml version="1.0" encoding="UTF-8"?> > <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> > > <map:components> > <!-- Generator registrieren --> > <map:generators default="myGenerator"> > <map:generator name="myGenerator" src="dbmanager.MyGenerator"/> > </map:generators> > </map:components> > > <map:pipelines> > <map:pipeline> > > <!-- Generator verwenden --> > <map:match pattern=""> > <map:generate type="myGenerator" src=""/> > <map:transform src="objection04.xslt"/> > <map:serialize type="html"/> > </map:match> > > </map:pipeline> > </map:pipelines> > > </map:sitemap> > > after "<map:transform src="objection04.xslt"/>" i want to stored the > created html-document like file in C://html > > i donT know ho > > -- > > > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/cforms-%2B-binding-%2B-xml-namespaces-tf2201598.html#a6170422 Sent from the Cocoon - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
