Hi,
we have images with '%' in filename and problems to reference them from the source document:
The filename is 'test%2Fimage.png'
The following does not work with prince, but with browsers:
<img src="test%252Fimage.png"/>
On the other side the following works:
<xi:include href="test%252Finclude.xml"/>
The obscure filenames result from downloads via CGI-URLs with w_get and can not easy modified by us.
I think prince must decode the '%nn' escapes in the img - src attribute !?
Stephan
we have images with '%' in filename and problems to reference them from the source document:
The filename is 'test%2Fimage.png'
The following does not work with prince, but with browsers:
<img src="test%252Fimage.png"/>
On the other side the following works:
<xi:include href="test%252Finclude.xml"/>
The obscure filenames result from downloads via CGI-URLs with w_get and can not easy modified by us.
I think prince must decode the '%nn' escapes in the img - src attribute !?
Stephan