You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed some notice severity validation failures when checking a valid ZUGFeRD PDF with a Basic-Profile XML. Looking at the code I found this default case in validateXR:
It only creates notices, the idea is that if you enter something en16931-ish you get notices "if you did that you would also get a valid XRechnung". You can switch off notices e.g. with --no-notices
Hey,
I've noticed some
notice
severity validation failures when checking a valid ZUGFeRD PDF with a Basic-Profile XML. Looking at the code I found this default case invalidateXR
:mustangproject/validator/src/main/java/org/mustangproject/validator/XMLValidator.java
Lines 409 to 411 in 4a410bc
That is called from this code block:
mustangproject/validator/src/main/java/org/mustangproject/validator/XMLValidator.java
Lines 361 to 371 in 4a410bc
Is there a reason why
/xslt/XR_30/XRechnung-CII-validation.xslt
is used to validate a Basic-Profile XML?Best regards,
Kai
The text was updated successfully, but these errors were encountered: