To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84117
Issue #|84117
Summary|xml-import: xmlns is not handled correctly
Component|Word processor
Version|OOo 2.3
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|open-import
Assigned to|ama
Reported by|ama
------- Additional comments from [EMAIL PROTECTED] Fri Nov 30 12:10:51 +0000
2007 -------
Open bug document.
The paragraph should be centered.
This does not work because in the content.xml an xmlns is set twice.
Normally the second(inner) setting should be used but in our current
implementation the first(outer) is used and so the properties are not
recognized.
Here is the critical xml-snippet (xmlns:fox is defined twice):
<office:automatic-styles
xmlns:fox="urn:oasis:names:tc:opendocument:xmlns:style:1.0">
<style:style
xmlns:fox="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
style:name="P1" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fox:margin-left="0.995cm" fox:margin-right="0cm"
fox:text-align="justified" style:justify-single-word="true"
fox:text-indent="0cm"
style:auto-text-indent="true"/>
</style:style>
</office:automatic-styles>
---------------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]