| Perl6-Pod documentation | view source | Contained in the Perl6-Pod distribution. |
Perl6::Pod::To::XHTML::MakeBody - add body section
use Perl6::Pod::To::XHTML::MakeBody;
my $x = '';
my $xml_writer = new XML::ExtOn::Writer:: Output => \$x;
my $body_filter = new Perl6::Pod::To::XHTML::MakeBody::;
my $out_filter = create_pipe($body_filter, $xml_writer);
my $to_parser = new Perl6::Pod::To::XHTML::
out_put => $out_filter,
header => 0,
head => [
link => {
rel => "stylesheet",
href => "/styles/main.1232622176.css"
}
];
Perl6::Pod::To::XHTML::MakeBody - add body section
| Perl6-Pod documentation | view source | Contained in the Perl6-Pod distribution. |