To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85589
                 Issue #|85589
                 Summary|New method for writing relative path
               Component|Word processor
                 Version|OOo 2.3
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|save-export
             Assigned to|mru
             Reported by|tb





------- Additional comments from [EMAIL PROTECTED] Fri Jan 25 15:39:51 +0000 
2008 -------
I work with the DocBook exporter since many year without an issue, but since
2.3.0 links to new inserted external graphics does not work anymore.

I unzip the underlying ODT file and open the content.xml. I found a very
different method for writing relative paths:

Old style:
<draw:image xlink:href="../pic/tools_project_editor_standard.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>

New Style
<draw:image
xlink:href="../../../../../../../../../../../Desktop/Projekte/work/pic/tools_project_editor_standard.png"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>

The folder 'pic' is in the same folder, where the ODT file is stored. Both
properties for relative paths in in the OOo options are enabled. 

The DocBook exporter uses the path as is, what meens that any later process step
has some problems with this.

Workaround
Editing the content.xml by hand to the old style. While editing OOo let these
modification unchanged.

---------------------------------------------------------------------
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]

Reply via email to