NAME
XML::Grammar::Fortune::ToText - convert the FortunesXML grammar to plaintext.
VERSION
Version 0.0400
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.