- or download this
use XML::Rules;
...
</KVPair>
</SigData>
</root>
- or download this
start_rules => {
'the,list,of,such,tags' => 'skip'
},
- or download this
my $parser = XML::Rules->new(
stripspaces => 3,
...
use Data::Dumper;
print Dumper($data);
- or download this
my $parser = XML::Rules->new(
stripspaces => 3,
...
},
);
my $data = $parser->parse(\*DATA);