The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::Grammar::Fortune::ToText - convert the FortunesXML grammar to plaintext.

VERSION

Version 0.01

SYNOPSIS

TODO : Fill in.

FUNCTIONS

my $processor = XML::Grammar::Fortune::ToText->new({input => "path/to/file.xml", output => \*STDOUT,});

Creates a new processor with mode $mode, and input and output files.

$self->run()

Runs the processor. If $mode is "validate", validates the document.