Skip to content
Snippets Groups Projects
Commit 86b9f77f authored by Thorsten Vitt's avatar Thorsten Vitt
Browse files

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.
parent d5ef27cf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment