Matt Sergeant > XML-Parser-2.34 > XML::Parser::Style::Debug

Download:
XML-Parser-2.34.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  53
Open  12
View Bugs
Report a bug
Source   Latest Release: XML-Parser-2.36

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');

DESCRIPTION ^

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