I think for a thread-implementation I could use the SAXBuffer and add synchronized blocks like the following:

synchronized(buf) {
  buf.addXXX(...);
}

regards,
Johannes


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to