In addition, since it follows the URI concept, you can set up the variable's value to be a URL:

<xsl:variable name="varImagesDirectory">http://nonauthenticated.server.com/path/to/ images</xsl:variable>

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

...would assume:

http://nonauthenticated.server.com/path/to/images/pic.jpg

Hope this helps!

Web Maestro Clay


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



Reply via email to