Re: parse a part of xml

2008-12-17 Thread BEEKER, ANDREAS (Allianz Deutschland, externer Mitarbeiter)
Hi Eugen, we use xml beans within streaming xml processing and had a similar problem. The helper class simply throws away the elements until it reads the given tag. When its on the element, the xml will be copied into a stringbuffer which can be then parsed by your xml bean. For stream processing

Re:

2008-12-17 Thread Jacob Danner
So much has change between version 1.0.4 and the 2.4. Can you try on the latest release and see if its still an issue? I'm doubtful it will continue to be. -Jacobd On Wed, Dec 17, 2008 at 6:22 AM, GiuseppeBattista giuseppeba2...@yahoo.it wrote: Hello, I' m having the following error during