-
Notifications
You must be signed in to change notification settings - Fork 30
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
XMLReader potentially crashes on entity init #276
Comments
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Aug 20, 2019
If ignore_errors is set, errors from object creation are converted to warnings. Related to issue G-Node#276.
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Aug 20, 2019
Including sample file. Related to issue G-Node#276.
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Sep 25, 2019
From Null to current type (Document, Section, Property). Related to issue G-Node#276.
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Sep 25, 2019
Related to issue G-Node#276.
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Sep 25, 2019
Add more Specific Error Message. Related to issue G-Node#276.
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Sep 25, 2019
Related to issue G-Node#276.
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Sep 25, 2019
Related to issue G-Node#276.
fschrader1992
added a commit
to fschrader1992/python-odml
that referenced
this issue
Sep 26, 2019
Catch all Exceptions. Related to issue G-Node#276.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If any of the init methods of
Document
,Section
orProperty
lead to an uncaught Exception when the handling of an entity attribute fails; e.g. when adtype
of aProperty
does not match the providedvalue
.These exceptions should be caught and appropriately handled in case of
ignore_errors=True
to make the parser more robust for external usage e.g. in odml-ui.The text was updated successfully, but these errors were encountered: