I’ve got an ODT file with 1230 elements
<text:span text:style-name="Internet_20_link">
(without xlink attributes), which occur at random places in the content.xml file. I can’t see any logic, and they even sometimes split words. An example:
<text:span text:style-name="Internet_20_link">
<text:span text:style-name="T12"><text:tab/>intF</text:span>
</text:span>
<text:span text:style-name="Internet_20_link">
<text:span text:style-name="T31">orma</text:span>
</text:span>
<text:span text:style-name="Internet_20_link">
<text:span text:style-name="T848">tOf</text:span>
</text:span>
Is there any purpose? Can I just get rid all of them (e.g. with a regexp replacement) without any consequence?
Note: The goal is cleanup and to be able to do further cleanup. For instance, the 3 styles T12, T31 and T848 above should actually be the same.