From: "Meltsner, Kenneth" <[EMAIL PROTECTED]> > If the database wants to ship me XML, that's great, but I'd certainly prefer to avoid the overhead of serializing and deserializing the data. > We're getting out of my area of experience -- would the DB vendor return a DOM (or SAX) source or a text stream?
Probably all of those :-) The ResultSet adapter idea is for use for those queries where the database isn't giving you XML; allowing any ResultSet to be adapted to be an XML fragment regardless of possible database magic around the corner. 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
