Re: How to avoid Out of Memory Errors when dealing with a large XML file?

2011-01-15 Thread Saqib Ali
Thanks! This workaround worked for me. :) :) - Saqib On Tue, Jan 11, 2011 at 8:26 AM, Bob McConnell wrote: > From: Saqib Ali > > > I'm reading a large (57 MB) XML file Using XML::XPath::XMLParser() > > > > I keep getting this error: > > > >

How to avoid Out of Memory Errors when dealing with a large XML file?

2011-01-11 Thread Saqib Ali
Hi. I'm reading a large (57 MB) XML file Using XML::XPath::XMLParser() I keep getting this error: "Callback called exit at XML/XPath/Node/Element.pm at line 144 during global destruction." I'm using Windows XP. So I watched the task-management memory meter during the execution of this process.