title | subtitle | author | date | ORCID |
---|---|---|---|---|
README: convert_tei-to-markdown |
Till Grallert |
2022-08-05 |
orcid.org/0000-0002-5739-8094 |
This repository contains XSLT to convert TEI XML to plain text files with minimal mark-up following the Markdown convention. While it works generally with all TEI encoded files, it is tailored to the needs of OpenArabicPE and its encoding schema.
The code is organised in three levels
- functions:
functions.xsl
- provides all the core templates to be called from individual applications through
mode="m_markdown"
- loads functions for extracting bibliographic data from other repositories via local paths
- provides all the core templates to be called from individual applications through
- parameters:
parameters.xsl
- provides general settings and is loaded from
functions.xsl
- provides general settings and is loaded from
- individual applications to generate
- one file per file
- one file per
div[@type = 'section]
- one file per
div[@type = 'item]