Jerry,
I think I speak for Jeremias (and the rest of us here) when I say we're glad we could help. One thing you could do, is document the 'steps' you take to resolve your problem, so that others who have a similar problem can benefit.
Web Maestro Clay
On Apr 9, 2004, at 10:30 AM, Jerry wrote:
Jeremias,
I cannot thank you enough. You spent so much time helping me with this.
I added the line right before "xsl:template". This time the browser can show the text(COPY ONLY) which is from XSL and still does not show the image.
I checked WSAD console. The error is as followed:
Error while creating area : Error with image URL: parameter not set (The system cannot find the file specified) and no base URL is specified
Thank you very much for your continous help. However, I did not take your help for grant. Every time I asked for help, my heart was full of gratitude. I have less experience with FOP and XSL. This task is a little special. I really cannot get too much hint from the standard FOP/XSL examples. Without your help and direction, I really do not know how far I can go.
Many thanks,
Jerry --- Jeremias Maerki <[EMAIL PROTECTED]> wrote:Ah, then add the following near the top of your stylesheet (before the first "xsl:template"):
<xsl:variable name="image" select="'parameter not set'"/>
__________________________________ 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
