Elliotte Rusty Harold wrote on 04/20/2010 08:16:02 PM:
> On Tue, Apr 20, 2010 at 4:25 PM, Ramon F Herrera
wrote:
> >
> > Subtitle 1: How to make SAX fly.
> > Subtitle 2: Should I use DOM instead?
> >
> > My application retrieves several items (attributes and text) from large
XML
> > files. Such
On Tue, Apr 20, 2010 at 4:25 PM, Ramon F Herrera wrote:
>
> Subtitle 1: How to make SAX fly.
> Subtitle 2: Should I use DOM instead?
>
> My application retrieves several items (attributes and text) from large XML
> files. Such items are used to create a spreadsheet. The app is based on
> JAXP, and