Jeremias,
This time, I got this error:
Error 500:
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException:
org.apache.xml.utils.WrappedRuntimeException: Could
not find variable with the name of image
I replaced src="url('[EMAIL PROTECTED]')" with
src="url('{$image}')".
I set the parameter using this:
String GetByteStreamServletURL="http://" +
req.getServerName() + ":" + req.getServerPort() +
"/MaxTradDownload" + "/GetByteStream?" +
req.getQueryString();
transformer.setParameter("image",
GetByteStreamServletURL);
thanks,
Jerry
--- Jeremias Maerki <[EMAIL PROTECTED]> wrote:
> Ok, here's the relevant part again:
>
> > > <fo:external-graphic width="50pt" height="50pt"
> > > overflow="hidden" src="url('[EMAIL PROTECTED]')"/>
> >
> > This is wrong: Use {$image} instead because @image
> accesses the "image"
> > attribute of the context node, not the parameter.
>
> On 09.04.2004 15:37:55 Jerry wrote:
> > I am still researching on this part. Jeremias, do
> you
> > have suggestion for this?
>
>
> Jeremias Maerki
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]