tei2html
tei2html copied to clipboard
Add support for TEI P5
The tei2html stylesheets have been developed with the now very old TEI P4 version of TEI. The stylesheets should also work with TEI P5 and later documents. For this a few changes need to made:
- Handle TEI top-level element (DONE)
- Handle new style of REF elements, for both internal and external links (DONE)
- Handle CHOICE elements for corrections, etc. (also list of errata needs to be adjusted). (DONE)
- Handle removal of DIV0 element (will work by default, but may need some tweaking).
- Correctly handle metadata (when dealing with TEI namespace). (DONE)
- Correctly handle TEI documents that use the TEI namespace. (DONE)
- Correctly handle external references in table of external references.
- Verify usage of xml:id and xml:lang attributes is correct.