<Kees Jongenburger:> > > what technique are you using (if I may ask)?
We've made an interface between the Xopus editor (see http://xopus.org) and MMBase. We tried this using Dove at first, but ended up making our own servlet as this results in much simpler code for the functionality that we need: read a node, change a node. The XML-format used by Dove was not well fit for the purpose, and this can not be solved by stylesheets alone. Another thing is we want the users to login the same way they do in the other editors. Our servlet now reuses a cloud stored in the session, so the users credentials don't have to be sent to the servlet. The cloud is created initially due to a mm:cloud tag on the page, forcing a login the first time the page is requested. Rob van Maris Senior Developer Finalist IT Group Java Specialists ------------------------------------------------------------- Amsterdam, The Netherlands Office: +31 20 5962301 (Direct) Mobile: +31 651444006 Fax: +31 20 5962331 -------------------------------------------------------------
