Did you try:
<xsl:variable name="imgURL">
<xsl:apply-templates select="concat("
http://localhost:7001/servlet/ChartViewer?chartTyp=pie&tmp=",whatever)" />
<!--not sure about this so double check syntax-->
</xsl:variable>
<fo:external-graphic scaling="uniform" height="12mm" src="{$imgURL}" />
m_dieu <[EMAIL PROTECTED]>
10/24/2007 07:47 AM
Please respond to
[email protected]
To
[email protected]
cc
Subject
concatenate fo:external-graphic
Hi everybody,
I have to concatenate a "src" but I don't have an idea.
My problem looks like this:
<fo:external-graphic
src="http://localhost:7001/servlet/ChartViewer?chartTyp=pie&tmp=
"<xsl:apply-templates
select='whatever'/> width="18cm"></fo:external-graphic>
I've also tried it with:
"...&tmp=+<xsl:apply-templates select='whatever'/>"
or
"...&tmp="+<xsl:apply-templates select='whatever'/>
Nothing works yet :-(
Is there any possibility to solve this problem?
--
View this message in context:
http://www.nabble.com/concatenate-fo%3Aexternal-graphic-tf4683762.html#a13383955
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]