NAME

XML::Grammar::Fiction::FromProto - module that converts well-formed text representing prose to an XML format.

VERSION

Version 0.0.2

new()

Accepts no arguments so far. May take some time as the grammar is compiled at that point.

meta()

Internal - (to settle pod-coverage.).

$self->convert({ source => { file => $path_to_file } })

Converts the file $path_to_file to XML and returns it. Throws an exception on failure.