You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by Michael Robkin <mr...@hbsrx.com> on 2001/01/30 15:03:19 UTC

FW: dom parser - java from an input stream


 -----Original Message-----
From: 	Michael Robkin [mailto:mrobkin@hbsrx.com]
Sent:	Tuesday, January 30, 2001 9:03 AM
To:	'andyc@apache.org'
Subject:	dom parser - java from an input stream



   I want to use a dom parser with data coming in from a socket. Is this
possible?


   i can only get it to work if the sending program sends only 1 message and
then closes the socket.



     Michael Robkin


Re: dom parser - java from an input stream

Posted by maheboob patel <ma...@plexustech.net>.
----- Original Message -----
From: Michael Robkin <mr...@hbsrx.com>
To: <xm...@apache.org>
Sent: Tuesday, January 30, 2001 7:33 PM
Subject: FW: dom parser - java from an input stream


>
>
>  -----Original Message-----
> From: Michael Robkin [mailto:mrobkin@hbsrx.com]
> Sent: Tuesday, January 30, 2001 9:03 AM
> To: 'andyc@apache.org'
> Subject: dom parser - java from an input stream
>
>
>
>    I want to use a dom parser with data coming in from a socket. Is this
> possible?
>
>
>    i can only get it to work if the sending program sends only 1 message
and
> then closes the socket.
>
>
>
>      Michael Robkin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-cvs-help@xml.apache.org


Re: dom parser - java from an input stream

Posted by maheboob patel <ma...@plexustech.net>.
yes
use parser.parse(new InputSource(inputStream));
by


----- Original Message -----
From: Michael Robkin <mr...@hbsrx.com>
To: <xm...@apache.org>
Sent: Tuesday, January 30, 2001 7:33 PM
Subject: FW: dom parser - java from an input stream


>
>
>  -----Original Message-----
> From: Michael Robkin [mailto:mrobkin@hbsrx.com]
> Sent: Tuesday, January 30, 2001 9:03 AM
> To: 'andyc@apache.org'
> Subject: dom parser - java from an input stream
>
>
>
>    I want to use a dom parser with data coming in from a socket. Is this
> possible?
>
>
>    i can only get it to work if the sending program sends only 1 message
and
> then closes the socket.
>
>
>
>      Michael Robkin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-cvs-help@xml.apache.org