Edith Chevrier wrote: > Hi all, > > i use a sourcewriting transformer to write a xml file. Immediately > after the transformer i call an action. It seems like the action is > executed before the file is completely written by the transformer.
What do you mean "immediately after the transformer"? Within a request all actions are always executed before any pipeline component (like transformer) since what makes up the pipeline is dependent of the result of actions. HTH Guido --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
