Hello,
I have to handle some HUGE xml files with a schema like
<root>
<unit>
<child/>
<child/>
</unit>
<unit>..
</root>
The units are pretty small, but root contains several thousands of
units. No problem to handle using a pure SAX attempt.
But is it possible to use XMLBeans and get some kind of notification as
soon a unit is successfully mapped into Java Objects ? After handling
the unit I would scratch the data and wait for the next unit to come.
Thanks, Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]