Re: Fw: RE: [OT] Re: xmlparser simple question

2005-08-24 Thread Anil Pathak
rry, I'm using web mail, and I keep sending responses directly to the > sender by accident. > > Erik > > > -Forwarded Message- > From: [EMAIL PROTECTED] > Sent: Aug 24, 2005 4:26 PM > To: "Gilbert, Antoine" <[EMAIL PROTECTED]> > Subject

Fw: RE: [OT] Re: xmlparser simple question

2005-08-24 Thread erikweber
Sorry, I'm using web mail, and I keep sending responses directly to the sender by accident. Erik -Forwarded Message- From: [EMAIL PROTECTED] Sent: Aug 24, 2005 4:26 PM To: "Gilbert, Antoine" <[EMAIL PROTECTED]> Subject: RE: [OT] Re: xmlparser simple question We

RE: [OT] Re: xmlparser simple question

2005-08-24 Thread Gilbert, Antoine
PROTECTED] Sent: August 24, 2005 4:09 PM To: Struts Users Mailing List Subject: [OT] Re: xmlparser simple question Gilbert, SAX works on an event based model. Memory is not an issue unless *you* are caching information as you receive events in your parser handler. The parser starts reading the

[OT] Re: xmlparser simple question

2005-08-24 Thread erikweber
Gilbert, SAX works on an event based model. Memory is not an issue unless *you* are caching information as you receive events in your parser handler. The parser starts reading the stream. Each time it encounters the beginning of an element or an attribute, or the value of an element or attribut