Skip to content
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

DataModel.from_xml() fails with NotImplementedError if any node is of type AnyData or AnyXML #141

Open
APCBoston opened this issue Nov 14, 2024 · 0 comments

Comments

@APCBoston
Copy link

When calling DataModel.from_xml(root), given root is the root node of a data tree including an AnyData or AnyXML node, the recursion will eventually call AnyContentNode.from_xml(). Through a chain of super.from_xml() calls and classes that simply do not override/implement this method, we get back to SchemaNode.from_xml(), which raises NotImplementedError.

Relates to #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant