in reply to Re^4: Parse XML into CSV Files
in thread Parse XML into CSV Files
Any ideas how to stop this??
This is the default behaviour for XMLin with empty elements, but you can change it, e.g.:
my $config = XMLin( $xml, SuppressEmpty => "" );
See XML::Simple for the details.
|
|---|