| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles |
- Dynamic Creation of Reports with Apache Formatting Objects by Kevin Hartig - [Clicks: 59]
This article describes the architecture, design, and implementation of a reporting tool framework that uses XML standards and tools. The implementation demonstrates how reports are dynamically created using XML, XSL, XSLT, Java, and the Apache XML Formatting Objects Processor (FOP).
[Includes source code]
http://www.onjava.com/pub/a/onjava/2002/12/11/apache_fop.html - Dec, 2002 - XML to PDF? Oh, FOP It. by Vikram Goyal - [Clicks: 95]
This article shows your how to get started with FOP. The primary advantage of FOP is its ability to convert XML data into reports in the PDF format, using a formatting tree. Most of the examples we'll cover will concentrate on this particular conversion, but we will also cover converting XML data to the Java AWT format.
[Includes example files]
http://www.onjava.com/pub/a/onjava/2002/10/16/fop.html - Oct, 2002 - Printing from XML: An Introduction to XSL-FO by Dave Pawson - [Clicks: 58]
The aim of this article is to produce that first page of output -- call it the "Hello World" program -- with enough information to allow a user to move on to more useful things. I'll introduce the most straightforward of page layouts for XSL-FO, using as few of the elements needed as I can to obtain reasonable output.
[Includes source code]
http://www.xml.com/pub/a/2002/10/09/xslfo.html - Oct, 2002