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


XML-Parser documentation  | view source Contained in the XML-Parser distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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


XML-Parser documentation  | view source Contained in the XML-Parser distribution.