I am trying to resolve my images dynamically. When I perform the following: <fo:block> <xsl:variable name="pic" select="../[EMAIL PROTECTED]"/> <fo:external-graphic src="url("$pic")" content-height="201in" scaling="uniform"></fo:external-graphic> Image= <xsl:value-of select="$pic"/> </fo:block>
I get this from Xalan: <fo:block> <fo:external-graphic scaling="uniform" content-height="201in" src=" url("$pic")"/> Image= poiimages/thumb/9-30-2004-110395.jpg</fo:block> </fo:table-cell> As you can guess, url("$pic") is not correct. I know this is a Xalan issue, but graphics rendered in HTML are added as src attributes and they work fine. This does not. As you can see, the $pic variable is working as it produces the proper path and image name from the XML file. All the examples I find for graphics are with the image hard coded into the url. Please... Can someone supply me with a clue as to what I can do to make this work? I have searched high and low in the Xalan and FOP Apache bug lists, and there are no examples that point out this behavior. It seems as though the entire world is stuck with hard coded images and they like it like that! arrrgh! Thanks, and a Merry Christmas and Happy Hanukah to everyone! Curtis Fisher --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]