While working on a document build under an older lo version I encounter a strange behaviour
I see the problem locally, using Version: 7.1.2.2 (x64) / LibreOffice Community
Build ID: 8a45595d069ef5570103caea1b71cc9d82b2aae4
CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL.
But examining the formula data in the document, it has totally wrong XML - starting with wrong root element name.
E.g., /Object 158/content.xml
:
<?xml version="1.0" encoding="UTF-8"?>
<matrix-covered xmlns="http://www.w3.org/1998/Math/MathML"
display-details="block">
<sender-city>
...
must have been:
<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML"
display="block">
<semantics>
...
It was generated using a broken generator.