Query: xml::parser::style::debug
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Parser::Style::Debug(3pm) User Contributed Perl Documentation Parser::Style::Debug(3pm)NAMEXML::Parser::Style::Debug - Debug style for XML::ParserSYNOPSISuse XML::Parser; my $p = XML::Parser->new(Style => 'Debug'); $p->parsefile('foo.xml');DESCRIPTIONThis just prints out the document in outline form to STDERR. Nothing special is returned by parse. perl v5.14.2 2011-05-25 Parser::Style::Debug(3pm)