If you can't find a solution with Digester, I've got a delegating SAX handler that this would be pretty easy to do this with... it was originally designed to chop large xml files into chunks, so it's used to ignoring (and maintaining) nested tags.
Its been awhile since I studied the Digester API, but would it be possible to implement a custom Digester Rule that would suck in all the child elements of a particular element?
If you can't find a solution with Digester, I've got a delegating SAX handler that this would be pretty easy to do this with... it was originally designed to chop large xml files into chunks, so it's used to ignoring (and maintaining) nested tags.
Posted by Jason Carreira on August 24, 2003 at 08:14 PM CDT
Website: http://freeroller.net/page/jcarreira #
Posted by Mark Mascolino on August 24, 2003 at 08:18 PM CDT
Website: http://people.etango.com/~markm/ #
Mark, that's pretty much the solution I'm looking at. I found someone who's already done it, just waiting on a reply.
Posted by Lance on August 24, 2003 at 08:43 PM CDT #