correction due to new inputstreaming
This commit is contained in:
@@ -161,7 +161,7 @@ public class ZUGFeRDValidator {
|
|||||||
pdfValidity = true;
|
pdfValidity = true;
|
||||||
optionsRecognized = true;
|
optionsRecognized = true;
|
||||||
xv.setStringContent (xmlAsString);
|
xv.setStringContent (xmlAsString);
|
||||||
xv.disableAutoload();
|
xv.setAutoload(false);
|
||||||
xv.setFilename(contextFilename);
|
xv.setFilename(contextFilename);
|
||||||
sha1Checksum = calcSHA1(content);
|
sha1Checksum = calcSHA1(content);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user