Hi Mathias, > -----Original Message----- > From: Mathias Reem [mailto:[email protected]] > Sent: dinsdag 6 januari 2009 23:10 > To: [email protected] > Subject: Re: Using cocoon pipeline for import > > Hi Jasha > > > you won't have to write your own serializer but you can use the > > SQLtransformer. > > Thx. I had seen the SQLtransformer but thought, that it's > intended to add data (from a DB) to a XML document. And > doesn't each "match-block" > in a pipeline need a sink (Serializer), for all the SAX > Events. As this transformer would consume all events, I > thought that would lead to errors. > > I'm totally new to Cocoon, so sorry if I write bullshit.
No you're right, you still need some serializer to end the pipeline but you can use the xml serializer to see the (XML) result of the SQL transformation. Regards, Jasha Joachimsthal [email protected] - [email protected] www.onehippo.com Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam +31(0)20-5224466 San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA 94952-5100 +1 (707) 773-4646 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
