The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XML::Grammar::Screenplay - module implementing an XML grammar for screenplays.

VERSION

Version 0.01

SYNOPSIS

    use XML::Grammar::Screenplay;

    my $grammar = XML::Grammar::Screenplay->new(
        {
            filename => "my-screenplay.xml",    
        }
    );

    $grammer->output_docbook({dest => "my-screenplay-docbook.xml"});

METHODS

new

AUTHOR

Shlomi Fish, http://www.shlomifish.org/.

BUGS

Please report any bugs or feature requests to bug-xml-grammar-screenplay at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=XML-Grammar-Screeplay. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

TODO

  • Implement SGML-like escapes - < > & etc.

  • Implement a direct ScreenplayXML-to-HTML backend.

  • Document the proto-text format.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc XML::Grammar::Screenplay

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Shlomi Fish, all rights reserved.

This program is released under the following license: MIT X11.