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
We are getting the following error message for a converted ODS file which indicates some extended or invalid namespaces are used. But it doesn't list any, and I haven't found any.
APP-1: [INFO] Validating C:\Users\bxxxxxx\Desktop\FIKTIV.ods.
APP-5: [INFO] DNA ODF Spreadsheets Preservation Specification Profile report for C:\Users\bxxxxxx\Desktop\FIKTIV.ods.
DOC-2: [INFO] package OpenDocument version 1.3 detected.
DOC-3: [INFO] mimetype OpenDocument MIMETYPE application/vnd.oasis.opendocument.spreadsheet detected
DOC-8: [ERROR] content.xml This XML OpenDocument uses the following extended namespaces .
POL_2: [ERROR] FIKTIV.ods Standard Compliance | Package does not comply with specification. The file MUST comply with the standard "OASIS Open Document Format for Office Applications (OpenDocument) v1.3".
NOT VALID, 2 errors, 0 warnings and 2 info messages.
The text was updated successfully, but these errors were encountered:
I found the offending namespace (or rather, lack of prefix). This seems to be a conversion issue when using LibreOffice converter where some attributes are added twice, but without prefix (and with an invalid value) the second time.
Would it be possible to have the error message say "blank namespace" or "without namespace" or something similar in this scenario to avoid confusion?
We are getting the following error message for a converted ODS file which indicates some extended or invalid namespaces are used. But it doesn't list any, and I haven't found any.
APP-1: [INFO] Validating C:\Users\bxxxxxx\Desktop\FIKTIV.ods.
APP-5: [INFO] DNA ODF Spreadsheets Preservation Specification Profile report for C:\Users\bxxxxxx\Desktop\FIKTIV.ods.
DOC-2: [INFO] package OpenDocument version 1.3 detected.
DOC-3: [INFO] mimetype OpenDocument MIMETYPE application/vnd.oasis.opendocument.spreadsheet detected
DOC-8: [ERROR] content.xml This XML OpenDocument uses the following extended namespaces .
POL_2: [ERROR] FIKTIV.ods Standard Compliance | Package does not comply with specification. The file MUST comply with the standard "OASIS Open Document Format for Office Applications (OpenDocument) v1.3".
NOT VALID, 2 errors, 0 warnings and 2 info messages.
The text was updated successfully, but these errors were encountered: