logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       This just prints out the document in outline form to STDERR. Nothing special is returned by parse.

perl v5.40.0                                       2024-10-20                          Parser::Style::Debug(3pm)

Name

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

Synopsis

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

See Also