DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1312>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1312 fo:external-graphics using 0.17.0 as well as 0.18.1 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-04-23 15:45 ------- Neither of "file://c:/temp/chka.gif" and "file:exposure_off.gif" are, technically propoer URIs as required for the src attribute. There is some code in FOP which tries to be helpful but actually it seems to munge them further in these cases. A proper absolute file URI is "file:///c:/temp/chka.gif" (note the triple slash), which is a shorthand for "file://localhost/c:/temp/chka.gif" A proper relative URI is "exposure_off.gif". The "file:" protocol is usually implied by the default setting of the baseDir configuration setting to the current working directory. The relevant RFC is http://www.rfc-editor.org/rfc/rfc2396.txt and predecessors. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]