We have written a class file that implements the Cocoon's Processor 
interface.  This class's process method is very big.  But I am not able to 
split this method into smaller methods.  Because in each of these smaller we

are trying to modify the document parameter either by adding nodes manually 
or by applying a stylesheet.  Once I tried splitting this method but got a 
DOM005 exception.  So how do I avoid this??




---------------------------------------------------------------------
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]>

Reply via email to