Issue 5448 - Openoffice 1.1 : Addition of Small Device filters/XmlFilterAdaptor
Summary: Openoffice 1.1 : Addition of Small Device filters/XmlFilterAdaptor
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: falko.tesch
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 10:35 UTC by aidan.butler
Modified: 2007-01-31 17:06 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description aidan.butler 2002-05-31 10:35:56 UTC
I want to add the capability to load and save Small Device and other formats
from within OOo. This will be accomplished by means of the XmlFilterAdaptor
(framework/filter/source/xmlfilteradaptor)code which can be used to access the
XMergeBridge. This module in turn accesses the xmerge filters.

With this code, standalone converters written with the XMerge framework, can be
incorporated into OpenOffice, just by editing the TypeDetection.xml file.
Currently Xmerge supports the following:
 AportisDoc 
 PocketWord
 PocketExcel
 XSLT (which allows users to use there own transformations)
For more information see http://xml.openoffice.org/xmerge

The XmlFilterAdaptor is an XFilter implementation which can also be reused to
create normal OpenOffice filters. It provides a standard set of interfaces which
can be used by filter writers to easily access elements of userdata. 

A sample of a regular filter which has been written to use the XmlFilterAdaptor
also exists. It is a Flat xml reader and writer which saves an OpenOffice file
as flat xml. Not only does this code provide a good and clear example of how a
filter can be written, it also provides functionality that has been requested on
openoffice.discuss.
Comment 1 thorsten.martens 2002-06-03 09:39:23 UTC
TM->FT: A request for a feature ! Please have a look !
Comment 2 aidan.butler 2002-12-09 10:06:23 UTC
Aidan: THe Mobile Device filters have been added to OOo developer
release. Fixed
Comment 3 frank.loehmann 2007-01-31 17:06:01 UTC
Closed.