Has anyone tried building a very lightweight glue layer between SAX2 and
the Navigator interface? For a constrained resource setting where you don't
need or want the additional DOM4J, EXML or DOM classes, supporting pure
SAX2 with a minimum of code on top might be nice.

A lot of XML processing can be done with XPath without ever needing
reference to a tree-type representation--for instance, config file parsing
or basic SOAP message handling. On a J2ME device, if you could do this
without requiring a full-blown XML object model it would be nice.

Or is this a case of premature optimization?

Anyway, this is an idea I've been kicking around for a while, and I'd be
willing to try writing it & contribute the code to Jaxen if there's
interest.

--kd





_______________________________________________
Jaxen-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxen-interest

Reply via email to