Hello,
I would like to be able to extract from an XML document transformed several times in a pipeline the name of one of its elements, and use it to create the src attribute of the next transformer in the pipeline.
Anyone thinks this is possible, and how?
No, it is impossible on purpose because situations like you describe can lead to applications which are very difficult to maintain. By the time generation begins, the complete pipeline must be set up, meaning all src attributes must be fixed. The src can only be affected by sitemap components executed before pipeline setup (matchers, selectors, input modules, actions and flow).
Perhaps you can describe a simplified version of your use case and someone can give pointers on how to best achieve this within Cocoon.
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
