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');
Log in to post a comment.
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');