in reply to Re^4: XML::Twig Stream root children
in thread XML::Twig Stream root children
I want to break one huge XML document into multiple stand-alone documents. The application that would use this is not smart enough to to handle 'subdocs'.
I was also looking at a streaming solution, which is what I assumed twig_handlers would do. The reason is that the document I want to break is 500MB(don't ask, I did not do it!) and there is no way it will fit into memory.
|
|---|