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]
