> 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>
As far as I know, <redirect-to> cannot be used with any other pipeline elements, so it won't work in the way you've described. See my other mail as to how to achieve what you want. And by the way, XML is the default serializer for the source writing transformer, so you don't need to specify it. Regards, Upayavira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]