tei2html icon indicating copy to clipboard operation
tei2html copied to clipboard

TEI P5: Support nested TEI documents

Open jhellingman opened this issue 2 years ago • 1 comments

For multivolume works, it sometimes is needed to nest the top-level <TEI> element. Support this in a reasonable way.

  • Use main TEI header for over-all output metadata.
  • Mostly ignore subsequent TEI headers, but generate a clear demarcation in the output.
  • Make sure unique ID's are generated for various items that used to be unique in a single document are generated uniquely for this case.

jhellingman avatar Aug 31 '23 09:08 jhellingman

Several templates are locked to a root path from the top-level TEI element. These need to be adjusted.

  • Footnotes (DONE)
  • CSS generation (for image widths, etc.)

jhellingman avatar Sep 05 '23 07:09 jhellingman