in reply to Memory Efficient XML Parser

Here are a few options you might consider:
XML::SAX a little low level, but highly customizable
XML::STX A comfortable choice for those familiar with XSLT
XML::Twig Previously mentioned, very perlish
XML::Records Your first consideration. From what I can tell, its a simplified version of XML::Twig

Replies are listed 'Best First'.
Re^2: Memory Efficient XML Parser
by eserte (Deacon) on Dec 11, 2007 at 21:09 UTC
    XML::LibXML is also an alternative, if used in the SAX mode.