Changes

Summary

  1. Allow to use Saxon for the md2tei transformation. (details)
Commit 86b9f77fbd3346056007fafc4564cedaad998d72 by Thorsten Vitt
Allow to use Saxon for the md2tei transformation.
In Java 8, the built-in XSLTC produces invalid XML (containing a
namespace binding to the prefix `xmlns`, cf. #16730). Saxon however
cannot write to a StAXResult, so we need an adapter to SAXResult.
Fixes #16730.
The file was modified src/test/resources/gedichte-anakreons-corpus.xml (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/teicorpus/TEICorpusSerializer.java (diff)
The file was modified src/main/java/info/textgrid/services/aggregator/teicorpus/TEIHeaderStack.java (diff)