Re: SAX events

1999-12-15 Thread twleung
As you found, you need to use the InputStreamReader. - Original Message - From: Dave Cassel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 13, 1999 1:00 PM Subject: RE: SAX events > Ted, > > I adopted the stuff you sent me and tried it ou

RE: SAX events

1999-12-13 Thread Dave Cassel
AIL PROTECTED] > Sent: Friday, December 10, 1999 7:41 PM > To: [EMAIL PROTECTED] > Subject: Re: SAX events > > > Hi David, > > I recently checked in some fixes that provide a solution to > this problem. > The fixes allow the parser to react to data as it comes in, >

Re: SAX events

1999-12-11 Thread twleung
te this up and add it to the docs soon. Ted - Original Message - From: "Dave Cassel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 10, 1999 11:39 AM Subject: SAX events > Forgive me if this has been brought up before, but I can't find any

SAX events

1999-12-10 Thread Dave Cassel
Forgive me if this has been brought up before, but I can't find anything about it. First off: Win NT 4.0, Sun JDK 1.1.8, Xerces-J 1.0. I'm writing something where a client sends XML messages to a server and the server responds to the messages individually. I've tried a couple different ways