Changes for version 0.3.0 - 2011-05-17
- Add extradata/screenplay-xml-to-tei.xslt and lib/XML/Grammar/Screenplay/ToTEI.pm - add tests for them.
- They convert Screenplay-XML into TEI - Text Encoding Initiative, a markup language for digital representation of texts (especially artsy texts such as screenplays, prose or poems)
- http://www.tei-c.org/ .
- This will allow for easier conversion into XSL-FO, as well as many other formats.
- They convert Screenplay-XML into TEI - Text Encoding Initiative, a markup language for digital representation of texts (especially artsy texts such as screenplays, prose or poems)
- Got rid of the <!DOCTYPE .... > declaration in the Screenplay-XML output (it confused the heck out of xsltproc and was not really needed as we use a RELAX-NG schema instead of a DTD.)
- Create lib/XML/Grammar/FictionBase/XSLT/Converter.pm as a base class for the converters.
- removed lib/XML/Grammar/Fiction/RendererBase.pm as it was no longer used.
- Create some sub-classes.
Documentation
convert a subset of DocBook/XML to Fiction-Text.
Modules
CPAN distribution implementing an XML grammar and a lightweight markup language for stories, novels and other fiction.
command line app-in-a-module to convert from a well-formed plaintext format to Fiction-XML.
command line app-in-a-module to convert a Fiction XML file to DocBook 5.
command line app-in-a-module to convert Fiction-XML file to HTML
base class for XML::Grammar::Fiction classes.
Exception::Class-based exceptions used by XML::Grammar::Fiction
a parser event.
module that converts well-formed text representing prose to an XML format.
contains several nodes for use in XML::Grammar::Fiction::FromProto.
base class for parsers of the Fiction-XML proto-text.
line iterator base class for the parser.
Quick and Dirty parser for the Fiction-XML proto-text.
line iterator base class with some nested XMLisms.
information about an XML/SGML opening or closing tag.
module that converts the Fiction-XML to DocBook 5.
module that converts the Fiction-XML to HTML.
base class for the tags-tree to XML converters.
base module that converts an XML file to a different XML file using an XSLT transform.
CPAN distribution implementing an XML grammar for screenplays.
module implementing a command line application to convert a well-formed text to Screenplay XML.
module implementing a command line application to convert a Screenplay XML file to docbook.
module implementing a command line application to convert a Screenplay XML file to HTML
base class for XML::Grammar::Screenplay classes.
module that converts well-formed text representing a screenplay to an XML format.
base class for parsers of the ScreenplayXML proto-text.
Quick and Dirty parser for the Screenplay-XML proto-text.
module that converts the Screenplay XML to DocBook.
module that converts the Screenplay XML to HTML.
module that converts the Screenplay XML to TEI (Text Encoding Initiative).
base module for XML::Grammar::Screenplay XSLT conversions.
base class for parsers of the ScreenplayXML proto-text.
base class for parsers of the ScreenplayXML proto-text.
information about an XML/SGML opening or closing tag.
Provides
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/FromProto/Nodes.pm
in lib/XML/Grammar/Fiction/RNG_Renderer.pm
in lib/XML/Grammar/Fiction/Struct/Tag.pm