Hello together ,

i think it is possible to Passing a Parameter or variable from flowscript  to 
to generator and to transformer finaly to another transformer or serializer

i dont know how ?

the Sitemap is:
<map:pipeline>
            
            <map:match pattern="">
              <map:call function="Doc_Mail_InfoDeleOrdered"/>
                </map:match>
           
            
            <map:match pattern="Doc_Mail_InfoDeleOrdered.js">
                 
                         <map:generate  src="module:flow-attr:myXml"/>  
                        
                         
                     <map:transform  type="mailme" 
src="context:/resources/stylesheets/Mail_InfoDeleOrdered.xslt"/>
                    
                     <map:transform 
src="context:/resources/sources/saveFile.xsl">
                                <map:parameter name="serializer" value="html" />
                                <map:parameter name="filepath" 
value="{flow-attribute:path}" />
                     </map:transform>
                     
                    <map:transform type ="savefiles">
               her "filepath"???
</map:transform>
                    <map:serialize type="html"/>
                    
                </map:match>
                
           <map:match pattern="success.txt">
                 <map:generate type="jx" 
src="context:/resources/templates/success.jxt"/>
                 <map:serialize type="html"/>
           </map:match>
              
           <map:match pattern="error.txt">
                 <map:generate type="jx" 
src="context:/resources/templates/error.jxt"/>
                 <map:serialize type="html"/>
           </map:match>
            
        </map:pipeline> 




thanks


Rachid Harradi
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

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

Reply via email to