in reply to Re^2: Out of memory with XML::Parser
in thread Out of memory with XML::Parser

When you say "the first large" section, is that on the first object? Does it parse any objects? Are you calling purge or flush after each "object" section?

Replies are listed 'Best First'.
Re^4: Out of memory with XML::Parser
by LukeyBoy (Friar) on Sep 14, 2005 at 20:41 UTC
    Yep, first object element. And I was calling purge after all of the elements... I'm going to try to work it with XML::Parser again for the moment.