You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by rachid harradi <ra...@gmx.net> on 2006/09/06 14:16:12 UTC

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: after serialize stored the created document like file

Posted by Wadim Kruse <z-...@web.de>.
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: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org