To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42046
User aw changed the following:
What |Old value |New value
================================================================================
Assigned to|aw |mba
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Feb 4 10:36:48 -0800
2005 -------
AW: For the import case: binfilter is binary loading, all contained URLs are
made absolute. At binfilter XML export, they need to be made relative again, and
on the office side, the XML import makes them absolute again.
The BaseURL for that conversion is given to the xFilter construction as
parameter in a Sequence<Any> to createInstanceWithArguments. So this needs to be
given to the FlatXML exporter on binfilter side and the FlatXML importer at
office side.
The Any itself contains a beans::XPropertySet with an entry for the URL. That
entry has the name 'StreamName' and gets a value.
I hope this is correct up to there.
What is that value? If it is a filename, i have a problem here. The two FlatXML
Iporters/Exporters are sticked together in direct handshake, there is no file
involved at all.
I can add the code (i know where) but i need to know what value to use. If it is
a filename, what shall i use? A temporary filename of some kind? If it is
something different, who can tell me more about it?
I Debugged ReadThroughComponent in SD, there strings like 'content.xml' and
corresponding ones for different streams in the storage are used. If it is the
required string (inside the storage) this needs to be added to the FlatXML
filters, not to the binfilter filter component. In the binfilter filter
component is no loop through that different streams of the storage. The FlatXML
is a single file anyways and not a storage.
AW->MBA: Please give some comments what do do here. Maybe MIB knows better?
---------------------------------------------------------------------
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]