Open c0nnex opened 9 years ago
Best problems are those you solve yourself ;)
Fixed it by adding
<xsl:template match="//text:s">
<xsl:text disable-output-escaping="yes"> </xsl:text>
</xsl:template>
to the xsl
IMHO this shouldn't be closed but the relevant lines added by default to the xsl. I'm facing the same problem and I'm very glad that I found this issue!
Working on some more XSL improvements for e.g. insertion for specific formats
Trying to import a ODT file created with MS Word a lot of spacing gets lost. E.g.:
becomes
Any idea how to fix this?