XML::Parser::Style::Debug.3pm

Langue: en

Autres versions - même langue

Version: 2003-08-18 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

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.