1Parser::Style::Debug(3)User Contributed Perl DocumentatioPnarser::Style::Debug(3)
2
3
4

NAME

6       XML::Parser::Style::Debug - Debug style for XML::Parser
7

SYNOPSIS

9         use XML::Parser;
10         my $p = XML::Parser->new(Style => 'Debug');
11         $p->parsefile('foo.xml');
12

DESCRIPTION

14       This just prints out the document in outline form to STDERR. Nothing
15       special is returned by parse.
16
17
18
19perl v5.16.3                      2011-05-25           Parser::Style::Debug(3)
Impressum