> Am 14.08.2024 um 14:30 schrieb Johan Erlands <johan.erla...@idainfront.se>: > > TDLR I got it to work by setting systemId on the xslt source.
Failure to set the system id is the usual problem, note that there are two overloads of e.g. constructing a StreamSource that ensure the system id is set e.g. https://docs.oracle.com/javase/8/docs/api/javax/xml/transform/stream/StreamSource.html#StreamSource-java.io.File- https://docs.oracle.com/javase/8/docs/api/javax/xml/transform/stream/StreamSource.html#StreamSource-java.lang.String-