Actually, If you use Crimson with JAXP, it will work. Crimson will support streaming XML. Xerces does not really support streaming XML.. However, Xerces2 has an option you can use to enable streaming XML processing. Thus, you have two XML APIs to use and test.
Thanks, Chris On Thursday 10 October 2002 07:07, brad cooper wrote: > Hello all, > I'm looking to learn more about the jabber protocol. > I want to start of making a simple java based client > that connects to a server and sends a login message. I > would like to write this in pure java not using any > java/jabber libs, so i can learn. I have the sockets > connected and am now at the point of over-coming the > (EOF) stream problem. I would like to be able to hook > my JAXP XML parser right 2 the stream, but this seems > impossible because my parser wants the whole document > upfront. Any suggestions on over-coming this > limitation would be helpful (another parser? custom > built stream filter then send to a parser?) > > Thanks in advance, > Brad > > __________________________________________________ > Do you Yahoo!? > Faith Hill - Exclusive Performances, Videos & More > http://faith.yahoo.com > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
