Salut Kurt, On Thursday 25 April 2002 11:00, Hahn Kurt (CHA) wrote: >. . . > Example: The first select returns a row, and dependent on the result of > that row, a second select returns zero, one ore more rows that should be > added to the first returned row (as if they belonged to the result from the > first select..). >. . .
How about chaining two SQLTransformers? 1. first SQLTransformer makes query 2. XSLT transform computes second query based on first results and places it at the right position in XML 3. second SQLTransformer makes "sub-query" I *think* SQLTransformer leaves the rest of the document intact, in which case this could work and be nicely modularized. -Bertrand --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>