From: "bob mcwhirter" <[EMAIL PROTECTED]>
> On Fri, 26 Oct 2001, Meltsner, Kenneth wrote:
>
> > The intriguing bit about dom4j is the ease of exposing custom
> > implementations of nodes to the usual XML tools -- XPath, XSL
> > transformations, etc.  Would it make sense to convert JDBC ResultSet to
> > a custom document/element implementation?
> >
> > This is close to the idea, I think, behind JXPath (in the Commons area
> > on jakarta.apache.org).
>
> Also, could just write a Jaxen Navigator, possibly.
>
> http://jaxen.org/

Agreed - either a Jaxen Navigator or a dom4j Element or two should do it.

Though going the dom4j route would mean that you'd get an adapter to JAXP,
XSLT, XPath and SAX event streams so that the ResultSet object it could be
piped as SAX events into other XML accepting resources.

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to