I'm thinking that you can't do you would like to do because as I
understand it, the pipeline is assembled before generation starts.
You're talking about putting a pipeline together based on something that
happens in the generation component. Cart before the horse. Closing
the barn door after
I think people misunderstood something I said.
One parameter to the setup() method in AbstractSAXTransformer is of type
Parameters. I was asking if this is considered mutable. Should I be able
to modify the Parameters object (by adding another key/value)? Is it OK to
pass values forward in the
-Original Message-
From: David Kavanagh [mailto:[EMAIL PROTECTED]
>Well, maybe..
>Just as a matter of protocol, isn't adding a new
>component something a cocoon user would do? I'm not
>really messing with cocoon internals. I'm just
>implementing published interfaces.
except didn't you ask
Well, maybe..
Just as a matter of protocol, isn't adding a new component something a cocoon
user would do? I'm not really messing with cocoon internals. I'm just implementing
published interfaces. Anyone?
David
Conal Tuohy wrote:
You should really be asking this kind of question on the coc
You should really be asking this kind of question on the cocoon-dev list,
I'd say.
Cheers!
Con
> -Original Message-
> From: David Kavanagh [mailto:[EMAIL PROTECTED]
>
>
> I've written this HTTPTransformer which takes some simple XML
Couple of thoughts here. First, if you are suggesting adding an extra
parameter to the signature call of the setup method, that won't work. I
don't think that is what you are asking, but I'd thought I'd address it
anyway.
Second, I think there is a slightly different way to go about doing
I've written this HTTPTransformer which takes some simple XML containing
link information (href, method) and returns either html (run through
JTidy), xml (from the web server), or xml containing the location of the
file that was downloaded (if type wasn't text/html* or text/xml*). Now,
I'd like