Embeded Fop

2001-06-25 Thread Emmanuel Dupouy
ional information to Fop via my java program. I rather prefer this last solution which much more elegant. Thanks for any help. Emmanuel Emmanuel DUPOUY [EMAIL PROTECTED] Valtech http://www.valtech.com/ Phone (33)1 41.88.23.00 Fax (33)1 41.88.

RE: Problem using embedded fop with xml and xsl input

2001-06-28 Thread Emmanuel Dupouy
You can use Saxon as XSLT parser. With the extended tag you can embed your call to fop in the xslt. Emmanuel -Message d'origine- De : Erik Rehrmann [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 28 juin 2001 11:39 À : Fop-Dev (E-Mail) Objet : Problem using embedded fop with xml and xsl inpu

RE: Loading userconfig xml file with embedded FOP.

2001-06-29 Thread Emmanuel Dupouy
Denis sent me this, I think it would helps you. Emmanuel Here is example code that works for me (it should work for you also :-) Options options = null; String pathFonts = null; options = new Options(new File("userconfig.xml")); Driver driver = new Driver()

RE: loading userconfig.xml programmatically

2001-07-26 Thread Emmanuel Dupouy
Hi John, I had the same problem a month ago I think we could put this in the offical doc. This was the respone I had from Denis Kranjcec and it works fine. Options options = null; String pathFonts = null; options = new Options(new File("userconfig.xml")); Driver driver = new Driver(); driver