Peter Royal wrote:

>(Carlos I have cc'd you since this is a good "best pratice" for debugging)
>
Another good "best practice" I would like to recommend is to set up your 
pipeline step by step, starting with a generator and a xml serializer. 
Check whether the intermediate pipeline results are the way you want, 
and then, only then, add the next transformer to the pipeline. Repeat 
these steps as needed until you get the final xml output you want - if 
you suddenly get exceptions after adding a transformer, chances are high 
the exception is related to the last added transformer. Finally, change 
the xml serializer to your requirements.

This approach allows rapid development and testing of your pipelines 
without the need of modifying generators, transformers or serializers.

Best regards,

Michael Hartle,
Hartle & Klug GbR




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

Reply via email to