|
|
Document Editing on Small Devices - XMergeBackground | Overview | News and Updates | Proposed Future Projects | Plugins | Documentation and Resources | Building XMergeProject Owner: Svante Schubert Overview
The goals of the Document Editing on Small Devices project is to:
The XMerge SDK provides a Java-based framework for converting documents between different formats using conversion plugins to read and write each format. More about what plugins are available can be found in the plugin section below. In addition to format conversion, the XMerge SDK provides a
framework for merging changes in one document format (usually a simpler
or lower quality format) into an original document (typically in a
richer format). The benefit of merging is that richer styles or
content in the original document are retained, while the edits made to
the simpler format can be applied or merged into the original document. To meet these goals there are two significant interfaces in XMerge:
News and updates
Proposed future projects
Plugins
Documentation and Resources
Building XMergeThe following document describes the process for building the OpenOffice.org XMerge project, either standalone or as part of the OpenOffice.org build environment. RequirementsThe following tools are necessary in order to build the XMerge project.Note: Java 1.4 includes the Crimson XML parser and Xalan. If using Java 1.4 the only requirement is Ant. N.B. Xalan 2.3 splits the XSLT classes between two JAR files.
The build environment expects the XSLT classes to be contained in Obtaining the sourceThe source for XMerge is maintained under CVS control as part of the XML project.See the XML Project's Source page for information on obtaining and contributing to source code. If using CVS, setup your CVS access according to the Source page and checkout the xmerge module. % cvs -d:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co oo/xml/xmerge The source can also be downloaded as a ZIP file here. Building in a Standalone Environment
|
|||||||||||||||||||||||||||||||||||||||


