XMLOffice: Readme

This document contains links to the Document Templates, one Document Example and the License Information of the XMLOffice software package. If you have further questions do not hesitate to contact Georg Hackenberg.

Document Templates

The document templates are the major source files of the XMLOffice software package. They are responsible for generating XSL-FO document markup from office data. Specifically, letter output is supported to generate various correspondence documents such as bills, offers, reminders, etc.

Document Examples

One sample document is provided to demonstrate how to use the software package XMLOffice. To compile the PDF version you need the Apache Formatting Object Processor (command fop in the code example).

fop -xml Example.xml -xsl Bill.xsl Example.pdf

The command uses the Document Templates which are linked in the previous section. Moreover, the following XML file is used which contains the actual business information which is insterted into the output.

License Information

The software package XMLOffice is distributed under the terms and conditions of the GNU Lesser General Public License (LGPL). The LGPL is an extension to the original GNU General Public License (GPL). Both of which can be found in the following files.