RE: Reporting Engine !!

2002-03-25 Thread Woods, John T.
how do I unsubscribe from this mailing list?

-Original Message-
From: Buonincontri, Steve (CAP, MMF, ITSS)
[mailto:[EMAIL PROTECTED]
Sent: Monday, March 25, 2002 10:17 AM
To: [EMAIL PROTECTED]
Subject: RE: Reporting Engine !!




Look up JReport at www.jinfonet.net

see whether they have FO support yet.

I have been using RTF2FO and XEP (or FOP).

- sb

-


RE: Reporting Engine !!

2002-03-25 Thread Buonincontri, Steve (CAP, MMF, ITSS)


Look up JReport at www.jinfonet.net

see whether they have FO support yet.

I have been using RTF2FO and XEP (or FOP).

- sb

-


RE: Reporting Engine !!

2002-03-21 Thread j.pilgrim
Title: RE:  Reporting Engine !!






Hello,


Mathias wrote:

> I'm looking for a decent report engine that can produce results in FO.

> Anyone aware of such an engine (or any decent report engine 

> that can nativly

> write pdf)? Open source solution preferred!


Write a DOM (or JDOM or SAX) adatper for your object model resp. database (or an XSLT extension in the later case), query this DOM using XALAN producing some specific XML format (e.g. some simlified HTML) and transform this HTML for FO.

An example of a nice HTML to FO XSL can be found at 

        http://www.antennahouse.com/axf11sampleEN.htm

(Note that this example doesn't work 100% with FOP, since FOP doesn't implement 100% FO yet)


Regard,


Jens