On Tue, 8 Jan 2002 14:36, Scott Sanders wrote: > I am a committer over at the commons, and I currently have a need to do > xml-based configuration based on mixed content xml. Currently Digester > cannot handle mixed content without significant interface change, and > Paolo Gaspar (sp?) pointed me to the avalon cvs repo, specifically > org.apache.avalon.framework.configuration.
Configuration by default doesn't do mixed content. We decided it was bad for config data - however you should be able to write/copy/clone our SAXHandler and allow it to use mixed content. > Is there something better than this that might be experimental (Peter, > this is directed at you with Myrmidon)? Naah ant2 + Myrmidon will disallow mixed content too ;) > Is anyone interested/willing to let me pull it out into commons and make > it a fully standalone component? Feel free to go for it. However I wonder if something like JDOM, Dom4j (which I have never used but hear is great) or similar is more to your liking ? -- Cheers, Pete "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
