hi ...
you can say that i'm a newbie in this FOP technology...infact, xml is a new
area for me..
i want to use FOP to generate reports from our database...

i tried some examples from the fop distribution..and then i made some
experience,
to generate a table with 12 columns and about 1000 rows from datas from xml
...it looks like this
<daten>
    <WDB>123</WDB>
    <WDB2004>321</WDB2004>
    <WDB2003>587</WDB2003>
    <WDB2002>456</WDB2002>
    <WDB2001>159</WDB2001>
    <WDBA>123</WDBA>
    <WDB2004B>321</WDB2004B>
    <WDB2003C>587</WDB2003C>
    <WDB2002D>456</WDB2002D>
    <WDB2001E>159</WDB2001E>
    <WDBF>123</WDBF>
    <WDB2004G>321</WDB2004G>
</daten>


later i found the problem,. that it tooked about 4-5 minutes to complete the
request under servlet..
the table that I made from the stylesheet was very2 simple, without any
graphic or something like that

my questions :
1. would it be better if I use iText for large documents,... pick up the
data directly from database....
2 my friend told me, that I should use rather DOM file than XML file,it will
be faster...is it true ?
3. have u guys any idea, what is the best solutions , to generate PDF from a
large database ,
        and that's "on the fly"..

thanks 


sandy soesilo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to