|
This happened to me. I ended up
using the Crimson package, its an implementation of JAXP1.1 by the apache
group.
That worked fine: http://xml.apache.org/crimson/index.html
I also had this same problem using MSXML3
& COM. I couldn't use another package for that, so I added a
hack that
inserted <!-- --> into the
stream after reading the <stream:stream> tag. That forced
MSXML to fire a start element event.
Good Luck,
-Robert
|
- [JDEV] Using Java Socket and JAXP1.1 DefaultHandler John Bell
- Re: [JDEV] Using Java Socket and JAXP1.1 DefaultHandler Chris Chen
- Robert Temple
