I have an XML-RPC based logging system. I would like to call this within other pipelines to log certain application results. Ideally, I'd like something like the following:

<match pattern="some-pipeline">
 <generate type="serverpages" src="some.xsp" />
 <transform type="xslt" src="insert-logging-xml.xsl" />
 < /Pass logging xml to xml-rpc pipeline and filter out logging xml/>
 <serialize />
</match>

Is there a way to do this?  Thanks.

joel

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



Reply via email to