correction due to new inputstreaming

This commit is contained in:
jstaerk
2024-07-10 10:48:12 +02:00
parent e5130d4e94
commit acbfa2c836

View File

@@ -161,7 +161,7 @@ public class ZUGFeRDValidator {
pdfValidity = true;
optionsRecognized = true;
xv.setStringContent (xmlAsString);
xv.disableAutoload();
xv.setAutoload(false);
xv.setFilename(contextFilename);
sha1Checksum = calcSHA1(content);