<div dir="ltr"><div><div><div>Hey,<br><br></div>I had a quick look at [1] and noticed that it introduces again relationships with a URL starting with "<a href="http://schemas.openxmlformats.org/officeDocument/2006/relationships">http://schemas.openxmlformats.org/officeDocument/2006/relationships</a>". Please be careful when you add such relationships and try to use a way that takes care of the OOXML strict relationships at the same time. An example for this is<code> <br>
</code>oox::core::Relations::getFragmentPathFromFirstTypeFromOfficeDoc<br><br></div>Basically all relations of that type have to be checked against the OOXML transitional URL and the OOXML strict URL during import. Sadly it seems that I did not get all places correct for writer yet so testing OOXML strict with writer still only shows an empty document.<br>
<br></div>Regards,<br>Markus<br></div>