in reply to Re: XML::Simple noisy option?
in thread XML::Simple noisy option?
XML::Simple is not a SAX parser. It is a module that lets you load XML data into a Perl structure. It works on top of a parser, which can be XML::Parser or, since versions 1.08_01, any SAX parser. So by (good) design it slurps a whole XML file into memory.
Not only did you not read the code, it looks like you did not read the documentation either ;--)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: XML::Simple noisy option?
by pg (Canon) on Jan 30, 2003 at 04:49 UTC |