-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem when xml has empty values and xsd has asserts checking on theses values on xmlschema11 #356
Comments
full errror: File "C:\Users\s2803f\AppData\Local\Programs\Python\Python311\Lib\site-packages\xmlschema\validators\schemas.py", line 1812, in iter_errors |
Hi, Thank you |
- Fix for issue #356 requires a new bugfix release of elementpath package (maybe v4.1.5)
Hi, the releases v2.4.0 of xmlschema and v4.1.5 of elementpath should fix this problem. |
how to reproduce: xml has empty prtctn_prvdr_instttnl_sctr:
xsd has such asserts
and with such code i cannot go in loop through these errors
getting error
AttributeError: 'NoneType' object has no attribute 'strip'
The text was updated successfully, but these errors were encountered: