validate against ubl xrechnung

This commit is contained in:
jstaerk
2024-04-21 14:21:20 +02:00
parent 6cea38f57b
commit fb50f616f7
4 changed files with 1714 additions and 7 deletions

View File

@@ -235,7 +235,6 @@ public class XMLValidatorTest extends ResourceCase {
}
/* UBL validation is not yet there :-(
public void testXRValidationUBL() {
ValidationContext ctx = new ValidationContext(null);
XMLValidator xv = new XMLValidator(ctx);
@@ -258,6 +257,5 @@ public class XMLValidatorTest extends ResourceCase {
}
assertTrue(noExceptions);
}*/
}
}