How to include an external graphic using a relative path

2003-02-03 Thread Gustavo Lopez
Using FOP, I succesfully wrote a servlet to generate PDF's from in-memory DOM 
object's containing XSL-FO markup.

I able to embed graphics files by specifying a physical path as in: 

fo:external-graphic src=url(/project/img/image.gif)/

However, since this is a web application, I need to be able to specify a 
relative path for the image file.

Thanks for you help,



/** 
 Gustavo C. Lopez
 Tetra Tech, Inc.
 10306 Eaton Place, Suite 340
 Fairfax, VA  22030  
 @Voice: (703) 385-6000 x335  
 @Fax: (703) 385-6007 
 @Email: [EMAIL PROTECTED]
 @Url: http://www.ttwater.com
*/



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



cannot render a solid border around a table row

2003-02-03 Thread Gustavo Lopez
I can render a solid border around a table and around a table cell, but
I cannot specify a solid border around a table row as in:

fo:table-row border-bottom-color=black border-bottom-width=0.5pt 
border-bottom-style=solid



I am using the following configuration:
fop 0.20.4
jre 1.3.1_06





/** 
 Gustavo C. Lopez
 Tetra Tech, Inc.
 10306 Eaton Place, Suite 340
 Fairfax, VA  22030  
 @Voice: (703) 385-6000 x335  
 @Fax: (703) 385-6007 
 @Email: [EMAIL PROTECTED]
 @Url: http://www.ttwater.com
*/



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