http://qs321.pair.com?node_id=556902


in reply to Re: creating large xml files
in thread creating large xml files

XML in Perl (using XML::Parser for instance) tends to get blown up significantly when it is stored as a hash of hashes or some other not-so-memory-efficient way.
My guess is that ftumsh is worried about that.