Hi,

> I've tried your advices but I can't solve the problem.
> Maybe my ErrorStack helps you/me.
> 
> Here my "new" fop-code:
>       <xsl:variable name="fileName">
>               <xsl:apply-templates select="whatever"/>
>       </xsl:variable>
>       
>       <fo:block text-align="center">
>                <fo:external-graphic
> src="http://localhost:7001/servlet/ChartViewer?chartTyp=pie&tmp={$fileName}";

You have to encode every & and < in XML with predefined entities. Write the 
content of your src attribute like this:

"... &amp;tmp={$fileName}"


Tom


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

Reply via email to