OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: bug for keep.relative.image.uris for local URIs?


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.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]