NAME
Pod::PseudoPod::XHTML - format PseudoPod as valid XHTML
VERSION
version 1.02
SYNOPSIS
use Pod::PseudoPod::XHTML;
my $parser = Pod::PseudoPod::XHTML->new();
$parser->parse_file('path/to/file.pod');
DESCRIPTION
This class is a formatter that takes PseudoPod and renders it as valid
XHTML.
This is a subclass of Pod::PseudoPod::HTML, and from there
Pod::PseudoPod, and inherits all their methods.
This code has been shamelessly ripped off from Pod::PseudoPod::HTML and
jmcnamara's work on the Modern Perl epub book generator and massaged to
work.
NAME
EXPORT
Nothing is exported.
METHODS
dtd_strict
Use the Strict DTD. (Default)
dtd_transitional
Use the Transitional DTD.
SEE ALSO
Pod::PseudoPod::HTML, Pod::PseudoPod, Pod::Simple
AUTHOR
Alan Young, ""
BUGS
This project is hosted on github
(). I'll see any issues
submitted there much faster than anywhere else.
You may also report any bugs or feature requests to
"bug-pod-pseudopod-xhtml at rt.cpan.org", or through the web interface
at .
I will be notified, and then you'll automatically be notified of
progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Pod::PseudoPod::XHTML
You can also look for information at:
* github
* RT: CPAN's request tracker
* AnnoCPAN: Annotated CPAN documentation
* CPAN Ratings
* Search CPAN
ACKNOWLEDGEMENTS
jmcnamara, Allison Randall, Larry Wall, the whole perl community
LICENSE AND COPYRIGHT
Copyright 2010 Alan Young.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
AUTHOR
Alan Young
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Alan Young.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.