Hello, Jim! You wrote to "FOP Dev" <[EMAIL PROTECTED]> on Fri, 15 Feb 2002 14:15:13 -0600:
JU> I am trying to use FOP within my application to process and display
JU> (in AWT mode) a FO I create by processing records from a database.
JU> I get to the point where I have a String object containing the FO
JU> but I can't seem to get
You know some times ago I did have same problem.
And I did some changes in AWTStarter class. I attach this file.
Also I am using small library to convert SQL Query to XML file.
Seems working fine.
How to use:
AWTStarter awt = new AWTStarter();
awt.run(new File("xml"), new File("xsl"));
This starter working with FOP. You shouldn't make any changes in FOP.
2 Developers:
If I did brake any License agreements please let me know.
I just want to help.
---
Yours sincerely, Ivan Latysh.
[EMAIL PROTECTED]
http://ivan.yourmail.com
AWTStarter.java
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
