Dang Minh Phuong wrote:
is there any difference if my gif file and my xsl file are in the same jar archive. I don't know how to put the file name after "file:///" (assume that every thing is in resource.jar)
FOP has no idea where your xsl is stored, it just receives fo document as input. You must provide valid absolute or relative URI for each image, that's it, you can use http:, file:, jar:, gopher: protocols, whatever java supports.
Have you tried jar:///path/rersource.jar!/foo/bar/image.gif?
-- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel
