thanks all, especially robb for his code snippet,

what I did in the interim till i figure a better solution is to
create  a  MyFop class which is basically a 
org.apache.fop.app.Fop  with a constructor (Fop only has main() method)
thats takes

String myArgs [] = {"-xml", "test.xml",
                    "-xsl", "test.xsl",
                    "-print"};

and does exactly what Fop does.

In my case, i'll ftp the xmls from server (along with the one xsl)
and store them locally on client
and run the above on each xml (in a loop with a swing dialog for status)


thanks for the help everyone




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

Reply via email to