bonekrusher wrote:
I have an XSLT that creates my PDF. My<fo:external-graphic>  @src path is
always going to be a relative path. e.g. src="file:g00000001.png".

Technically, "file:g00000001.png" is an invalid URL. You try to
use the concepts "relative URL" and "relative path in a file system",
interchangeably, which will lead to problems at some point. There
is no sure fire way to specify a relative file path in a place where
an URL is expected, unless you control the base URL setting as Jeremias
described.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to