On 2/14/08, Joerg Heinicke <[EMAIL PROTECTED]> wrote: > On 14.02.2008 11:02, [EMAIL PROTECTED] wrote: > > Cocoon-2.1.11 > > Selector is ignored inside a transform -- test2 is the empty string. > > Is this by design or a bug? > > Or did I miss something? > > This just does not work. Selector has to be outside of transform. > Joerg
So this is by design. Why? Should this be changed? In my example, I want to send a parameter if a particular file exists. I can imagine having several parameters like that. Having the selector outside the transform would require much duplication of code. I can work around this by adding another pipeline for each decision, but that would be messy and expensive. Can this be fixed? Cocoon processes inside-out so child elements are processed before the parent. This function seems obvious. I did not notice any warnings in the documentation. I have not yet researched why this does not work. Any suggestions? solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
