maybe I'm wrong, but it didn't look very difficult to me at that time (two
months ago). The issue was with stack of queries: whenever the new
</esql:execute-query> tag was ended, transformer would go up in the stack.
So, if there was a second nested query, then the tranformer would mess up
the stack. I don't remember all the details though

> -----Original Message-----
> From: Jens Lorenz [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 21, 2002 10:40 AM
> To: [EMAIL PROTECTED]
> Subject: Re: SQLTransformer, multiple execute-query siblings?
> 
> The problem is, that it's not that easy. Transformer gets fed
> SAX events and according to this spits out SAX events.
> 
> If you want to reference the produced output you would have to
> remember the output somehow which would make this beast far
> more complex than it already is.
> 
> If you really wanna do this, go ahead, but expect some work
> ahead (SQLTransformer is kind of an orphaned anyway).
> Otherwise go for XSP/ESQL.

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to