You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Joel McConaughy <jo...@displayware.com> on 2004/07/02 03:12:35 UTC

Making an xml-rpc call within a pipeline?

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org