Sample Filter Component Implementations
From OpenOffice.org Wiki
- Components of a Filter
- Writing the Filtering Component
- The Importer
- The Exporter
- Configuration
- Sample Filter Component Inplementations
- Additional Components
- XML Filter Detection
There are currently three filtering components which use the XML filter adapter.
The first one is the XMergeBridge. This has been created as a means of linking the XMerge Small Device filter framework with OpenOffice.org. This means that any available XMerge plugin, can also be used as a OpenOffice.org filter. This is currently hosted within the XMerge<code> project in OpenOffice cvs at
xml/xmerge/java/org/openoffice/xmerge/xmergebridge
The final two are a Java and a C++ implementation of a Flat OpenOffice.org XML reader and writer. These are intended to be sample filter component implementations, and offer a skeleton filter component that can be expanded upon by developers wishing to create their own filtering components. These are temporarily hosted in cvs at
xml/xmerge/java/org/openoffice/xmerge/xmergebridge/FlatXml
| Content on this page is licensed under the Public Documentation License (PDL). |

