admin-shell-io / aas-test-engines

Official test tooling for the Asset Administration Shell
https://certification.admin-shell-io.com
Apache License 2.0
5 stars 2 forks source link

Check of XML in check_aasx_file is not working #32

Open bittnalSICKAG opened 4 days ago

bittnalSICKAG commented 4 days ago

When I tested the tool, I only ever found the built-in errors in the XML file when I called file.check_xml_file(f) on the unpacked XML file. With file.check_aasx_file(f) the built-in errors in the XML in the AASX file were not found, e.g. missing AAS ID or errors in the namespace. How can that be?

otto-ifak commented 2 days ago

Could you provide the AASX file to reproduce the issue?