To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=114111
------- Additional comments from [email protected] Wed Aug 25 20:00:49 +0000 2010 ------- this problem is caused by using Double.toString() (implicitly via String concatenation), which apparently (if the number is sufficiently small/large) writes an exponent. using String.format("%f") does not seem to write an exponent. so this problem probably occurs in other places where lengths are written. this attribute has the type "positiveLength" in the schema. the XMLSchema-2 "double" type, OTOH, apparently may have an exponent. so it would be a good idea to review the code where other lengths could be written in an invalid way. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
