Hi,
I have yet to entirely look into the source code of JiBX. But I am wondering about a few things that maybe you can quickly answer for me.
I would like parse a streaming XML content over a socket. When I peek into the tag to determine what type of XML fragment it is, I would then pass the stream over to JiBX to map the xml data into my java object. After jibx parses the data, my stream would continue to parse the next xml fragment.
I am wondering if this is possible with jibx? Will jibx explicitly close the stream automatically after reading or will it leave the stream unclosed?
Secondly, will jibx be able to parse a xml fragment rather than a xml document?
Thanks, Chris
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
