On Jul 23, 2004, at 10:40 AM, Danny wrote:
Still not quite, I'm still missing something:

Question, in your example:
<xsl:variable name="varImagesDirectory">/path/to/images</xsl:variable>
/path/to/images is the path from a known root
Correct?

That is correct. Otherwise...

Here are my snippets
<xsl:variable name="varImagesDirectory">
    com/path/to/images
</xsl:variable>

<fo:external-graphic src="url('{$varImagesDirectory}/pic.jpg')">
</fo:external-graphic>

...(if I understand it correctly) would assume {XML-dir}/com/path/to/images/pic.jpg


Web Maestro Clay


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



Reply via email to