You can use different things, but directly programming
you can use SAX2, XMLReader, and
XMLReaderFactory.createXMLReader....see JDK javax.xml
package documentation.  You could use a DOM object,
but I wouldn't recommend it because of memory usage. 
You can change the underlying XML parser impls for
your JDK as well.

Hope it helps,

Wade

--- Chris Lamprecht <[EMAIL PROTECTED]> wrote:

> See XmlPull:
> 
> http://www.xmlpull.org/
> 
> On 8/15/05, Paul Wallace <[EMAIL PROTECTED]>
> wrote:
> > Hi All,
> >        I have a socket receiving streams of XML. I
> receive an InputStream,
> > but short of a dirty hack, do not know when (or
> how) I pass the
> > stream/contents to be parsed. Any
> thoughts/resources on parsing streaming
> > XML please?
> > 
> > Thanks
> > 
> > Paul.
> > 
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to