tei_transformer

Transform a TEI-encoded critical edition into a print-ready file.


Keywords
TEI, critical, edition, xml, transform, scholarly, diplomatic, latex
License
GPL-2.0+
Install
pip install tei_transformer==0.3.1

Documentation

#About

tei_transformer is a Python script for transforming a TEI-encoded critical edition into a pdf file. There are plenty of XSLT stylesheets to do something like this already, but using Python instead gives a secret advantage: we don't really lose out on anything, but it's unbelievably easy to customise things.

So what we have here is conceptually as much a framework for your own changes as something immediately usable (although it is.)


# Interested?

[Read the docs](http://tei-transformer.readthedocs.org/en/latest/index.html) for more.