NAME

Pod::POM::View::XML - XML view of a Pod Object Model

VERSION

version 0.0.2

SYNOPSIS

use Pod::POM;
use Pod::POM::View::XML;

my $parser = Pod::POM->new;
my $pom = $parser->parse_text( $some_pod );

my $xml = Pod::POM::View::XML->print($pom);

DESCRIPTION

Pod::POM::View::XML is a view that aims at producing a direct XML rendition of the POD.

new(%options)

The constructor new() accepts the following options.

SEE ALSO

AUTHOR

Yanick Champoux yanick@babyl.dyndns.org endorse

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.