Provided by: libxml-parser-perl_2.47-1build3_amd64 

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. perl v5.38.2 2024-03-31 Parser::Style::Debug(3pm)