hello,

if i try to add a whitespace with <text:s> or a line-break with <text:line-break> openoffice complains about a formatting error in sub-document styles.xml?

for example:

$sxw->Write('foo <text:s>bar');
$sxw->Write('foo<text:line-break>bar');