|
NAMEXML::Parser::Style::Debug - Debug style for XML::ParserSYNOPSISuse XML::Parser; my $p = XML::Parser->new(Style => 'Debug'); $p->parsefile('foo.xml'); DESCRIPTIONThis just prints out the document in outline form to STDERR. Nothing special is returned by parse.
Visit the GSP FreeBSD Man Page Interface. |