Hi Nuno, Digester is only for reading xml.
If you are trying to save the state of a bunch of Java objects as xml, ie a kind of "object serialization", then you should look at betwixt: http://jakarta.apache.org/commons/betwixt If you are trying to generate xml for other purposes, then yes ECS is available: http://jakarta.apache.org/ecs Regards, Simon On Thu, 2005-02-24 at 13:23 +0100, Jos� Antonio P�rez Testa wrote: > Only for parsing. > Try ECS to write xml. > > Nuno Miguel Ferreira wrote: > > > I started using digester a few weeks ago and I would like to know if it > >can write XML from an object model? Or is it exclusively for XML parsing > >(reading)? ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
