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
>>> result.dump()
←[91mInvalid xml: not well-formed (invalid token): line 1, column 1←[0m
First line is <environment xmlns="https://admin-shell.io/aas/3/0">
The file *_fixed.xml was fixed with aasx package explorer
The original file *_corrected.xml - from my point of view - is also a valid xml file but leads to many many error (see #41)
Same result with line <environment xmlns:aas=https://admin-shell.io/aas/3/0 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation=[https://admin-shell.io/aas/3/0 AAS.xsd](https://admin-shell.io/aas/3/0%20AAS.xsd)>
Or with
There are two files in the attached .zip file: both are assumed to be valid and should lead to successful certification.
issues_603.zip
Incorrect Result:
First line is
<environment xmlns="https://admin-shell.io/aas/3/0">
The file *_fixed.xml was fixed with aasx package explorer
The original file *_corrected.xml - from my point of view - is also a valid xml file but leads to many many error (see #41)
Same result with line
<environment xmlns:aas=https://admin-shell.io/aas/3/0 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation=[https://admin-shell.io/aas/3/0 AAS.xsd](https://admin-shell.io/aas/3/0%20AAS.xsd)>
Or with
The text was updated successfully, but these errors were encountered: