Florent Georges wrote:
I have a little trouble to use a relative URI in the FOP config file.
FOP 0.91 currently can't deal with relative URLs for embedding. Neat
comment in the relevant code:
/[EMAIL PROTECTED] Temporary hack to compile, improve later */
return new java.net.URL(uri).openStream();
Don't expect a quick fix,Getting the necessary information for
resolving relative URLs at this point will need some work.
[snip]
I tried to use "file://../", "file://.././", etc., but no one works.
Neither of these two is an relative URL, as you might have thought.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]