concatenate fo:external-graphic
Posted: Wed Oct 24, 2007 2:40 pm
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/ChartView ... -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?
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/ChartView ... -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?