Hi,
I have an app generating xml output using xmlwriter.
It is loooooong xml, hundreds of thousand of items,
is not possible to keep it all in memory, and always few
errors occurs.
Is there a way how to cancel part of already writen
xml within try-catch section and move to next item?
Thanks !