This seems a backwards feature - the default export filter (aka "save")
(to ODT) is zipping up the stream, so why does the application need to
unzip it again to make a flat XML file - surely it would just be easier
to just remove the zip stage?

I'm presuming it's implemented in the usual C type stream-y way

 DocumentSerializer > RawXmlStream > DeflateStream > FileOutputStream

.. So why not just remove the "DeflateStream", and avoid the requirement
to tack a Java unzipper onto the end of the chain?

Is it just that the ODT output is a special case and everything else is
a filter? Why not make EVERYTHING a output filter, including the default
ODT output?

Just sayin..

-- 
Error saving openoffice document as .fodt (flat XML) - requires JRE
https://bugs.launchpad.net/bugs/412366
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to