Hi Rachid, 

you might want to take a look at the sourcewriting transformer.
You can find information about this transformer at:

http://cocoon.apache.org/2.1/userdocs/sourcewriting-transformer.html

I hope this helps you out.

Regards,

Jeroen Reijn
Hippo

-----Original Message-----
From: rachid harradi [mailto:[EMAIL PROTECTED]
Posted At: woensdag 6 september 2006 14:16
Posted To: Cocoon User List
Conversation: after serialize stored the created document like file
Subject: after serialize stored the created document like file


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]


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

Reply via email to