adapter.aasx: Add XML deserialization support
Compare changes
+ 3
− 3
@@ -30,6 +30,7 @@ import os
@@ -30,6 +30,7 @@ import os
@@ -204,9 +205,8 @@ class AASXReader:
@@ -204,9 +205,8 @@ class AASXReader:
if content_type.split(";")[0] in ("text/xml", "application/xml") or content_type == "" and extension == "xml":
raise NotImplementedError("XML deserialization is not implemented yet. Thus, AASX files with XML parts are "