Comment 4 for bug 226075

Revision history for this message
In , Kendy (kendy) wrote :

It might be enough to change the line

+ <xsl:output method="xml" encoding="UTF-8"/>

to

+ <xsl:output method="xml" encoding="UTF-8" indent="yes"/>

in filter/source/odfflatxml/odfflatxmlexport.xsl part of patches/dev300/odf-flatxml-import-export.diff

Chris, could you please try it & commit if it improves the output?

Thanks a lot in advance!