Hi, im using Fop to render docbook to pdf.

Im using InputHandler class for it.

When i declare some parameters to fop, with for example ;

Vector params = new Vector();
params.add("highlight.xslthl.config");
params.add(appDir.resolve("docbook-config/xslthl-config.xml").toUri().toString());
params.add("admon.graphics.path");
params.add(appDir.resolve("docbook/images/").toUri().toString());
params.add("callout.graphics.path");
params.add(appDir.resolve("docbook/images/callouts/").toUri().toString());

There is no problem, the files in filesystem now, how can i refer this
files from inside jars classpath?

-- 
Rahman USTA
www.kodcu.com

Reply via email to