Hi, I'm new to C2 and just tried to use to two Transformers provided with C2 : read- and writeDOMsession. They work well, but i'm not using them properly, i think : i'm using a pipeline which want to read the DOM, process it and save it before display. I don't need to save it to disk, so the session seems to be good for this purpose, even if a DOM may be too big for a session variable (?)
My problem is : the readDOMsession exists only as Transformer, and beacause i only use the data provided by this DOM, i don't need any generator. As the processing won't work without one, i created a <root></root> XML file to initialize the pipeline. But I found such method quite ugly ;-) So the question is : does anyone have met the same "problem"? Do I have to write my own Generator doing the same as the readDOMsession Transformer or does anyone have already done such job? Thanks Cedric [EMAIL PROTECTED] --------------------------------------------------------------------- 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]>