https://bugs.documentfoundation.org/show_bug.cgi?id=170962
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Regina Henschel <[email protected]> --- The validator at https://odfvalidator.org/ gives the error "Invalid root element: office:document-content". LibreOffice is right in not being able to open the document. It cannot be repaired because the namespace strings are invalid. Having a space character (U+0020) in a URI is not bad by itself, but the ODF standard exactly defines what URIs have to be used, see section "1.5 Namespaces" in https://docs.oasis-open.org/office/OpenDocument/v1.4/part3-schema/OpenDocument-v1.4-os-part3-schema.html A space in LibreOffice own namespaces does hinder opening. However, the document will likely be handled as being in "strict" format and thus does not work a expected. It might be an enhancement request getting more specific error messages, in case LibreOffice is not able to open a document, such as "Unknown namespace ...", for example. -- You are receiving this mail because: You are the assignee for the bug.
