Content-type: text/html Man page of Parser::Style::Debug

Parser::Style::Debug

Section: User Contributed Perl Documentation (3)
Updated: 2003-08-18
Index Return to Main Contents
 

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.


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 02:39:03 GMT, October 02, 2010