RE: TCP socket InputSource

2002-04-25 Thread Erik Rydgren
-Original Message- From: Ritesh Garodia [mailto:[EMAIL PROTECTED]] Sent: den 25 april 2002 10:39 To: [EMAIL PROTECTED] Subject: Re: TCP socket InputSource hi, I stumped into a little problem and thought it may be realted to this thread. I have a socket on which I know there will be HTTP based

Re: TCP socket InputSource

2002-04-25 Thread Ritesh Garodia
hi, I stumped into a little problem and thought it may be realted to this thread. I have a socket on which I know there will be HTTP based transimission with a SOAP XML message. Is there a way I can give this socket (int system id) to the XML parser directly to parse the file and also detect the

Re: TCP socket InputSource

2002-04-24 Thread Jason E. Stewart
"Michael Wojcik" <[EMAIL PROTECTED]> writes: > > From: Hespelt, Steve (Exchange) [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 24, 2002 12:59 PM > > [re receiving a document from a TCP socket] > > > I used a callback (the BinInputStream object is the registered > > callback object) stra

RE: TCP socket InputSource

2002-04-24 Thread Michael Wojcik
> From: Hespelt, Steve (Exchange) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 12:59 PM [re receiving a document from a TCP socket] > I used a callback (the BinInputStream object is the registered > callback object) strategy on the parsing of the top level tag so > when the parse

RE: TCP socket InputSource

2002-04-24 Thread Hespelt, Steve (Exchange)
for us without having to change the behavior in the 3rd party software. Good luck. -steve > -Original Message- > From: Michael Wojcik [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 1:30 PM > To: [EMAIL PROTECTED] > Subject: RE: TCP socket InputSource &g

RE: TCP socket InputSource

2002-04-24 Thread Michael Wojcik
> From: Itay Eliaz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 24, 2002 12:03 PM > I'm trying to implement an InputSource based on a TCP socket for the XMLparser. > I do this since my connection is not HTTP, and therefore I can't use the > URLInputSource. > To do this I derived from the I