Hi all :) We have this code as below....
<map:match pattern="do-search"> <map:generate type="file" src="xml/source-file.xml"/> <map:transform type="xslt" src="xsl/search2xml.xsl"/> <map:transform type="tofile"> <map:parameter name="serializer" value="xml"/> </map:transform> <map:redirect-to uri="sucess"/> <map:serialize/> </map:match> ...and the problem is that with <serialize/> before redirect-to uri, the pipeline end's, the file is written correctly but we do not see the redirect-to page... but with <serialize/> after the redirect, the file is not written :| What should be the problem? Thanks for your help Joao Cesar [EMAIL PROTECTED] Computer Science Student's @ University of Lisboa, PORTUGAL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]