We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
serializer does not add namespaces to XML-attributes, so setting a defaultNS did not work.
the following will fail:
ElementTree.tostring( foo.as_xml(view_=_view, as_string=False, xmlns='myNS') method='xml', encoding='unicode', xml_declaration=True, default_namespace='myNS' )
The text was updated successfully, but these errors were encountered:
dif: set proper xml attributs's namespace
b353d20
fixes #12 Signed-off-by: Jan Kowalleck <[email protected]>
fix: set proper xml attributs's namespace
f1d5d9e
fix: xml defaultNamespace serialization and detection (#20)
59eaa5f
* fixes: serialization with defaultNS fails [#12](#12) * fixes: defaultNamespace detection fails on XML-attributes when deserializing [#11](#11) --------- Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
Successfully merging a pull request may close this issue.
serializer does not add namespaces to XML-attributes, so setting a defaultNS did not work.
the following will fail:
The text was updated successfully, but these errors were encountered: