Re: Question about performance for COM/SAX gurus

2010-04-20 Thread Michael Glavassevich
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

Re: Question about performance for COM/SAX gurus

2010-04-20 Thread Elliotte Rusty Harold
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