How about the the XML{En,De}coder from package java.beans from JDK1.4+ ? It
also happens to be one of James Gosling's favorite APIs
(http://today.java.net/jag/page4.html)-----Original Message----- From: James Taylor [mailto:[EMAIL PROTECTED] Sent: Monday, 19 April 2004 9:00 PM To: Turbine JCS Users List Subject: Re: xml config prototype > The problem is mainly with the auxiliaries. A new auxiliary can have > all sorts of parameters unique to itself. A memory plugin could have > some configuration parameters that are also unique. Might want to look at xstream (xstream.codehaus.org), I think it handles this case better than digester (and it seems much simpler to use). -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
