DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=15316>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=15316

FOP does not resolve relative paths





------- Additional Comments From [EMAIL PROTECTED]  2004-10-18 08:48 -------
FOP seems pretty much asleep that hoping for a source resolver there may be 
waiting for Godot...

A pragmatic solution to avoid that everybody has to use fix-imagelink.xsl or 
similar workaround would still be useful to have now.

Having thought about it, I think now that an automatic translation from cocoon: 
to http: should not be done.  Instead map:serialize should just allow to 
parametrize a base prefix for relative URLs:

<map:serialize type="fo2pdf">
  <map:parameter name="basedir" value="http://localhost:8888/samples/";>
</map:serialize>

or, shorter:

<map:serialize type="fo2pdf" src="http://localhost:8888/samples/"/>

Of course, that does not solve all imaginable use cases but at least the most 
important ones.

Reply via email to