I can I bypass the serialization of a pipeline and start a new one without HTTP redirection?
for example, in the following sitemap :
<map:match pattern="something"/>
<map:generate type="stream"/> <!-- HTTP POST xml content -->
<map:transform src="source-write.xsl"/> <!-- source writing instructions -->
<map:transform type="source-write"/> <!-- SourceWritingTransformer -->
<map:serialize type="html"/>
</map:match>
How could I avoid the serialization of this flow and send the HTTP client, for instance, a default page ?
enrico
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
