in reply to Loading a Local File
in thread XML::Parser Tutorial
Anyone facing xml bomb issue with the below mentioned code which was discussed above?
It would be very helpful if anyone could help me to resolve this xml bomb issue..my $parser = new XML::Parser ( Handlers => { # Creates our parser object Start => \&hdl_start, End => \&hdl_end, Char => \&hdl_char, Default => \&hdl_def, } ); ... $parser->parse($fileStream);
Is xml bomb issue applicable for this XML::Parser module? Can anyone shed some light on this?
-- Nagalakshmi
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Loading a Local File
by Corion (Patriarch) on Jan 04, 2018 at 12:07 UTC |