You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deserializing, we get a document that looks like this in PROVN.
entity(ex:e, [None:value=1])
When we try to serialize this document back to XML we get this exception: ValueError: Invalid tag name 'None:value'
I suppose that there is a mistake somewhere in handling XML qname and mapping it to QualifiedName in method xml_qname_to_QualifiedName(element, qname_str) during the deserialization.
This issue poses a problem with interoperability between this library and ProvToolbox in Java since the document shown above is serialized in ProvToolbox using version 2.0.4.
The text was updated successfully, but these errors were encountered:
Hello @krischer, I have been told that you are the author of the XML conversion module.
I have encountered an issue when deserializing this document:
After deserializing, we get a document that looks like this in PROVN.
entity(ex:e, [None:value=1])
When we try to serialize this document back to XML we get this exception:
ValueError: Invalid tag name 'None:value'
I suppose that there is a mistake somewhere in handling XML qname and mapping it to QualifiedName in method
xml_qname_to_QualifiedName(element, qname_str)
during the deserialization.This issue poses a problem with interoperability between this library and ProvToolbox in Java since the document shown above is serialized in ProvToolbox using version 2.0.4.
The text was updated successfully, but these errors were encountered: