On Wed, May 01, 2002 at 10:51:53PM +0200, Leo Simons wrote:
> What we need is a generic delegating sax parser with dynamic element
> handlers passed in at runtime. Solves all your problems =)
> 
> The idea is that you add a layer on top of SAX that handles any XML
> event in a way that is optimised for handling in Java instead of for
> handling using xml or procedural work, without deciding for you what to
> do with it in terms of storage, character vs binary data, etc.

How about Commons Digester? The thing that parses Tomcat/Struts config
files. It fits your description quite well.

http://jakarta.apache.org/commons/digester/api/org/apache/commons/digester/package-summary.html


--Jeff

> - Leo

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to