On 21.05.2020 18:33, Imsieke, Gerrit, le-tex wrote:
Hi Tom,The problem is most probably that your XSLT doesn’t create a *primary* output. It just writes something to another result-document. However, the interface for invoking an XSLT expects some result document. So if you just create a <bogus/> element next to <xsl:result-document> and then discard it, it should just work.Gerrit

