include results of other pipeline?

Hi,

 

I cant find the solution for this, maybe somebody can give me a hint?

 

I need to insert the contents of some other (step) into an XML document at multiple places. This insertion has parameters/options. Its like an xinclude but not inserting a straight document, instead inserting the results of a (sub)pipeline-with options.

 

So, for instance, in some document i have at multiple places (on different nesting-levels) an element like <insert:insert option1="..." option2="..."/>

 

This must call a pipeline(step) with the attributes options1 and options2 passed as its options. The results of this pipeline replace the <insert:insert> element.

I dont see how I can replace all the insert:insert elements and keep the original structure intact.

 

Even better would be that you can specify the name of the pipeline(step) on the insert:insert element, but I think that's a nogo anyway?

 

Thanks,

Erik Siegel

Received on Tuesday, 24 September 2013 10:41:17 UTC