[no subject]

2010-04-20 Thread Stylus Studio
http://Bernadethr2taylordd0.spaces.live.com - To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org For additional commands, e-mail: j-users-h...@xerces.apache.org

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 ra...@patriot.net 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

Re: Question about performance for COM/SAX gurus

2010-04-20 Thread Michael Glavassevich
Elliotte Rusty Harold elh...@ibiblio.org wrote on 04/20/2010 08:16:02 PM: On Tue, Apr 20, 2010 at 4:25 PM, Ramon F Herrera ra...@patriot.net wrote: Subtitle 1: How to make SAX fly. Subtitle 2: Should I use DOM instead? My application retrieves several items (attributes and text) from

Re: Looking for a simple, XPath-like way to retrieve values from XML files

2010-04-20 Thread Michael Glavassevich
Hi Ramon, The JAXP XPath API supports XPath 1.0 expressions [1]. Whatever sample you're looking at is just an *example*. You're certainly not restricted to only selecting attributes. Thanks. [1] http://www.w3.org/TR/xpath/ Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: