Hello,

When I use : <xsl:param name="keep.relative.image.uris"
select="0"></xsl:param> with the FO stylesheets, the absolute URIs
generated for local URIs are of the form :
"file://path/to/some/file.png". It seems to be a bug since this URI
points to the file "/to/some/file.png" on "path" server. The URIs should
be of the form "file:/path/to/some/file.png" or
"file:///path/to/some/file.png".

FOP finds the files anyway, but other FO processors doesn't.

Am I missing something here?

I use the version 1.75.2 of the stylesheets.

Thanks.

Maxime Bégnis.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to