Hi,

I'd like to modify three files almost at the same time with SAX.

I have thought that but but it's really not nice :

<map:pipeline>
     <map:match pattern="setmodule">
<!--  get a template and fill it  -->
      <map:act type="ModuleUpload">
        <map:parameter name="DTD" value="a DTD"/>

   <!-- get the "module" file -->
         <map:generate type="file" src="template" />
   <!-- modify the "module" file and the "build" file -->
         <map:transform type="modif_module"/>
   <!-- modify the correction file -->
         <map:transform type="modif_correction"/>
         <map:transform type="xslt" src="xsl/response.xsl">
         <map:serialize type="html" />
        </map:act>
        <map:redirect-to uri="cocoon:/error.xhtml" />
      </map:match>
      <map:handle-errors>
        <map:transform type="xslt" src="xsl/error.xsl">
        <map:serialize type="html">
      </map:handle-errors>
    </map:pipeline>


Can I have a pipeline which call other pipelines (ginving some parameters) ? Is there some examples somewhere ?

Lionel


Lionel CRINE Soci�t� : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax : 01.39.58.70.70


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



Reply via email to