CPF pipelines are made up of independent steps, each an XQuery module. So all you have to do is work out how to combine the XQuery modules you want into a single pipeline. Pipelines are defined in XML, so that shouldn't be difficult. See http://docs.marklogic.com/guide/cpf/pipelines for details.
You might also be asking if you can combine the transform step and the modular document step into a single step? That too should be a simple matter of programming. -- Mike On 12 Nov 2012, at 01:46 , sini narayanan <[email protected]> wrote: > Hi, > > Is it possible to perform a transformation on the input xml and also a > modular document approach on the same input xml in a single pipeline? > > Transformation will include xml element/attribute modifications. > > And modular approach should combine two input xml files into one. > > Please tell me if both these can be achieved in a single pipeline. > > > > Thanks, > > Sini > > _______________________________________________ > General mailing list > [email protected] > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
